-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.
curl 'https://api.edgee.ai/v1/projects' \
-H 'Authorization: Bearer <token>'
How to authenticate to the Edgee API
Authorization: Bearer <api_key>
-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.
curl 'https://api.edgee.ai/v1/projects' \
-H 'Authorization: Bearer <token>'
Was this page helpful?