Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{defaultHost}/v1/apps/{app_id}/api_keys \ --header 'Authorization: Bearer <token>' \ --header 'X-Authorization: <api-key>'
{ "api_key": { "id": "<string>", "nickname": "<string>", "token": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
Create a new API key for the app
API Secret token
User Access token
App ID
success
Show child attributes
Was this page helpful?