Authentication
The API uses Bearer Token Authentication via the Authorization header.
Header Name: Authorization
Header Value Format: Bearer <YOUR_API_KEY>
API Key Format: Your API key should have the following format: run_<prefix>_<value>
Last updated