Skip to main content
GET
/
api
/
temporary-keys
/
{temporary_api_key_id}
Retrieve API key
curl --request GET \
  --url 'https://api.keywordsai.co/api/temporary-keys/{{temporary_api_key_id}}/' \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.keywordsai.co/llms.txt

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

You can retrieve a temporary API key by sending a GET request to the temporary keys endpoint.

Path parameters

temporary_api_key_id
string
The ID of the temporary API key to retrieve.