API Reference

The current public API scope documented here is data source upload and status retrieval.

Base URL

All API requests should be made to:

https://api.ecue.ai/api/v1

Authentication

Data source endpoints require bearer authentication. The API accepts:

Include your token in the Authorization header:

Authorization: Bearer YOUR_TOKEN

Available Endpoints

Data Sources

Rate Limiting

No explicit per-endpoint rate limit is documented at this time.

Practical request limits for uploads:

Error Responses

Data source handlers return a flat error object:

{
  "error": "invalid_request",
  "message": "..."
}

Common examples include: