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 GET \ --url https://api.entityml.com/api/v1/keys/{key_id}/name
{ "key_id": "<string>", "name": "<string>" }
Return the display name for a specific API key.
curl "https://api.entityml.com/api/v1/keys/YOUR_KEY_ID/name"
{ "key_id": "key-uuid", "name": "research-bot" }