DevelopersREST API Reference
REST API Reference
Use these three entry points to work with the Medialyst API.
1. Get An API Key
Create API keys from the Medialyst Developers page. The _ segment resolves to your current organization.
Give each key a clear name, choose the smallest useful scopes, copy the raw key immediately, and store it in secret storage or an environment variable such as MEDIALYST_API_KEY.
Send the key as a bearer token on API requests:
Authorization: Bearer <YOUR_API_KEY>Keep keys private
Medialyst only shows the raw API key once. Do not paste keys into prompts, commit them to source control, or share screenshots that reveal them.
2. API Documentation
Browse the interactive API documentation at /api/docs.
3. Agent-Readable OpenAPI Reference
Use the raw OpenAPI document at /api/open-api.