Security
API Reference
Permissions and Authorization
OneInfer API uses a straightforward authentication model based on API Keys. A valid API Key grants full access to all endpoints and resources associated with your account.
Note: We do not currently support granular Role-Based Access Control (RBAC) or restricted API keys. All valid API keys have major privileges for the account.
Authentication
Include your API Key in the Authorization header of your HTTP requests.
Authorization: Bearer YOUR_API_KEYAlternatively, you can use the X-API-KEY header if preferred.
Authorization
Once authenticated, you are authorized to perform any action permitted by the API, including creating instances, managing billing, and accessing models.