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://api.example.com/api/v1/platform/api-keys \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "scopes": [ "read", "jobs:create" ] } '
{}
Mint a scoped API key. The plaintext secret is returned ONCE — only its hash is stored.
Successful Response
The response is of type Response Create Api Key Api V1 Platform Api Keys Post · object.
Response Create Api Key Api V1 Platform Api Keys Post · object