Skip to main content
POST
/
publishable-keys
/
reveal
Reveal publishable key
curl --request POST \
  --url https://app.usechar.ai/api/publishable-keys/reveal \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "key": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usechar.com/llms.txt

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

Authorizations

Authorization
string
header
required

WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.

Body

application/json
key_id
string<uuid>
required

Response

OK

key
string
required