Skip to content

Add stock photo key

POST
/api/v1/stock-photo-keys

Add a BYOK API key for a stock photo provider.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Request Body

application/json
JSON
{
"provider": "string",
"api_key": "string",
"is_active": true
}

Responses

Successful Response

application/json
JSON
{
"id": "string",
"organization_id": "string",
"provider": "string",
"is_active": true,
"created_at": "string",
"updated_at": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation