Management API
A management API key must be used as the Bearer token.
Successfully returned the list of API keys.
Unauthorized – Missing or invalid token.
Forbidden – The provided API key is not a management key.
Internal server error.
A management API key must be used as the Bearer token.
A unique name for the new API key.
my-new-keyWhether the new key should have management permissions.
falseAPI key created successfully. The api_key value is only shown once.
Bad request – Invalid input, duplicate name, or key limit reached.
Unauthorized – Missing or invalid token.
Forbidden – The provided API key is not a management key.
A management API key must be used as the Bearer token.
The name of the API key to delete.
my-old-keyAPI key deleted successfully.
trueThe name of the deleted key.
Bad request – Invalid input or attempting to delete the key in use.
Unauthorized – Missing or invalid token.
Forbidden – The provided API key is not a management key.
Not Found – The specified API key does not exist.
Internal server error.
A management API key must be used as the Bearer token.
Successfully returned the current project settings.
Unique identifier of the project configuration.
Identifier of the project this configuration belongs to.
Allow individual API calls to define their own inference configurations. If disabled, the global settings below will be enforced for all requests.
Date and time when this configuration was created.
Date and time when this configuration was last updated.
Unauthorized – Missing or invalid token.
Forbidden – The provided API key is not a management key.
Not Found – Project configuration not found.
Internal server error.
A management API key must be used as the Bearer token.
A request object for updating the project configuration. Required fields must be included, while other fields are optional. This endpoint is restricted to admins unless allow_overwrite is set to true.
Allow individual API calls to define their own inference configurations. If disabled, the global settings below will be enforced for all requests.
falseTimestamp when the configuration was created.
2025-09-25T08:29:50.735ZTimestamp when the configuration was last updated.
2025-09-25T08:29:50.735ZProject configuration updated successfully.
Indicates whether the operation was successful.
trueBad Request – Invalid configuration or registry validation failed.
Unauthorized – Missing or invalid token.
Forbidden – Not a management key or user is not an admin.
Not Found – Project configuration not found.
Internal server error.
A management API key must be used as the Bearer token.
Successfully retrieved user balance.
The current balance of the user.
1234.56The currency in which the balance is expressed.
EURUnauthorized – Missing or invalid token.
Forbidden – The provided API key is not a management key.
Internal server error.
Last updated