Skip to main content
POST
/
v1
/
api_keys
/
rotate
Rotate API key
curl --request POST \
  --url https://api.vidjutsu.ai/v1/api_keys/rotate \
  --header 'Authorization: Bearer <token>'
{
  "apiKey": "<string>",
  "clientId": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vidjutsu.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The request has succeeded.

apiKey
string
required
clientId
string
required
message
string
required