Skip to main content

Profile Endpoints

MethodEndpointAuthPurpose
GET/api/agents/v1/meBearer tokenGet account profile, preferences, and wallet summary
PATCH/api/agents/v1/meBearer tokenUpdate profile fields
PATCH/api/agents/v1/me/preferencesBearer tokenUpdate preference fields

Update profile example

Update preferences example

API Key Endpoints

MethodEndpointAuthPurpose
GET/api/agents/v1/api-keysBearer tokenList API keys
POST/api/agents/v1/api-keysBearer tokenCreate API key
GET/api/agents/v1/api-keys/{id}Bearer tokenGet API key details
PUT/api/agents/v1/api-keys/{id}Bearer tokenUpdate API key metadata
DELETE/api/agents/v1/api-keys/{id}Bearer tokenDelete API key

Create API key example

Use API key for generation APIs

Generation endpoints still use API key flow. Example: /api/v6/images/text2img with key in payload.