API Reference
HTTP endpoints for automating uploads and metadata syncs.
The Cora API lets you automate uploads and manage metadata programmatically. Use an API token created in the app.
Base URL
https://thecora.app/api
Authentication
Send the token as a bearer token:
bash
curl -H "Authorization: Bearer $CORA_TOKEN" https://thecora.app/api/healthEndpoints
If you need a specific endpoint documented, reach out to support@thecora.app and we will add it.