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

Authorizations

X-Api-Key
string
header
required

Response

New key issued

apiKey
string
required
clientId
string
required
message
string
required