Skip to content

Authentication

Send your API key in the Authorization header:

Authorization: Bearer sk-xxxxxx

Example request:

curl https://api.glideflowai.com/v1/models \
-H "Authorization: Bearer sk-xxxxxx"

For SDKs, pass the key as api_key in Python or apiKey in Node, and set the base URL to https://api.glideflowai.com/v1.

Keep keys out of browsers, mobile apps, public repositories, and client-side logs.