Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"content_id": "b8e06dd2-4c78-44e4-8a8a-f1641f37b682"
}
Request samples
curl --location --request POST 'https://kms.chorki.com/v1/keys' \
--header 'Content-Type: application/json' \
--data-raw '{
"content_id": "b8e06dd2-4c78-44e4-8a8a-f1641f37b682"
}'
Responses
application/json Modified at 2025-02-12 12:16:47