Skip to main content

Base URL

Moderation and platform endpoints are under /api/v1.

Authentication

All endpoints require a Bearer token in the Authorization header. See authentication for details.

Content types

  • Moderation submissions: multipart/form-data (prompt text and image/video URLs sent as form fields)
  • Other requests: application/json
  • All responses: application/json (except job exports, which stream text/csv; charset=utf-8)

Versioning

The API is versioned via URL path. The current version is v1. All moderation, job, usage, and webhook endpoints are prefixed with /api/v1/.

Endpoints

Moderation

Jobs

Account

Webhooks