Interact with Blaxel through APIs.
Authorization
or X-Blaxel-Authorization
in any call to the Blaxel APIs.
For example, to list models:
curl 'https://api.blaxel.ai/v0/models' \
-H 'accept: application/json, text/plain, */*' \
-H 'X-Blaxel-Authorization: Bearer YOUR-API-KEY'
Was this page helpful?