Marca API

Public API Reference

Generate an API key in Settings → API Keys, then call the API with Authorization: Bearer mca_....

curl -X GET "$PUBLIC_BASE_URL/api/clips?page=1&limit=20" \
  -H "Authorization: Bearer mca_..." \
  -H "Accept: application/json"