Appearance
Pixapi API host migration
Pixapi uses https://api.pixapi.ai as its supported API base URL. Previous API hosts are no longer supported. Existing accounts, API keys, credits, subscriptions, invoices, and usage history remain unchanged.
Required change
Set your server-side API base URL to:
text
https://api.pixapi.aiRequest paths, authorization headers, request bodies, and response formats stay compatible unless a model page documents a model-specific change.
Verification checklist
- Update the API base URL in server configuration.
- Keep the same API key and
Authorization: Bearerheader. - Send a test request from your backend.
- Confirm the request and credit usage in the Pixapi dashboard.
- Remove unsupported API hosts from code, documentation, logs, and UI.
