Docs

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/health

Endpoints

If you need a specific endpoint documented, reach out to [email protected] and we will add it.