The Edgee API uses API keys to authenticate requests. You can view and manage your API keys in the Edgee Console. Please refer to the Create an API Key guide to know more about how to create an API key. Authentication to the API is performed via Bearer authentication (also called token authentication). It is an HTTP authentication scheme that involves security tokens called bearer tokens. The client must send this token in the Authorization header when making requests to protected resources:Documentation Index
Fetch the complete documentation index at: https://www.edgee.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
-u {{token}}: instead of -H "Authorization: Bearer {{token}}".
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication
will also fail.