Skip to content

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.ai

Request paths, authorization headers, request bodies, and response formats stay compatible unless a model page documents a model-specific change.

Verification checklist

  1. Update the API base URL in server configuration.
  2. Keep the same API key and Authorization: Bearer header.
  3. Send a test request from your backend.
  4. Confirm the request and credit usage in the Pixapi dashboard.
  5. Remove unsupported API hosts from code, documentation, logs, and UI.