Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.uncensored.com/llms.txt

Use this file to discover all available pages before exploring further.

API Keys

API key management endpoints require an authenticated developer session.

Scopes

GET /v1/api-keys/scopes
ScopeAccess
chat:*All chat models.
image:*All image features.
image:gen:*Image generation only.
image:studio:*Image studio only.
video:*All video features.
video:gen:*Video generation only.
video:studio:*Video studio only.
video:interpretation:*Video interpretation only.
billing:readView balance and transactions.
keys:*Manage own API keys.
Parent wildcards grant all children. For example, image:* implies image:gen:* and image:studio:*.

Endpoints

EndpointDescription
GET /v1/api-keysList API keys for the authenticated user.
POST /v1/api-keysCreate a new API key. The secret is returned only once.
DELETE /v1/api-keys/{key_id}Permanently delete an API key.
PATCH /v1/api-keys/{key_id}/revokeRevoke an API key.
PATCH /v1/api-keys/{key_id}/reactivateReactivate a revoked API key.
POST /v1/api-keys/{key_id}/rotateGenerate a replacement key with the same configuration.
The secret_key is only returned once at creation time. Store it securely.