PixMind Docs
API Guides

Authentication

Authenticate PixMind API requests with a project API key.

Send the project API key in the Authorization header:

Authorization: Bearer pm_live_...
  • Create separate keys for development and production.
  • Rotate a key immediately if it may have been exposed.
  • Never embed a secret API key in browser or mobile application bundles.
  • Configure per-key budget and rate limits in the API console.