Base URL
The API is served by your DataErai deployment, with endpoints under/api. Use your deployment’s host:
DATAERAI_SERVER setting (see the CLI overview), and the API playground lets you set the server.
Requests and responses
- Requests and responses use
application/json. - List endpoints are paginated.
- Authentication is required for most endpoints — see Authentication.
Prefer a client?
For uploads, downloads, and metadata, the CLI and SDKs handle authentication, multipart transfers, and resumes for you. Use the REST API directly when you need full control or are integrating another system.Next steps
Authentication
How to authenticate your API requests.