Get started
Authentication
Use the API key and tenant-scoped endpoint provided by the InferX Console.
API key
InferX API requests use a bearer token. Retrieve the API key from the Client Setup section of your endpoint or model page in the InferX Console.
Request header
Include the key in the Authorization header of each inference request.
http
Authorization: Bearer YOUR_API_KEYKeep keys server-side
Store API keys in environment variables or your server-side secret manager. Do not embed them in browser bundles, public repositories, or client-side applications.
