Developer API

Connect your tools to one client workspace.

REST API

Use your key in the Authorization header. Its data and permissions stay within the selected client workspace.

/api/v1
Authorization: Bearer YOUR_GENOMOUS_KEY

Read-only keys can list models, projects, assets and generation status. Estimate keys can prepare quotes. Generation keys can approve a fixed-price quote with an explicit estimate limit.

Keys expire after 90 days. Removing the issuer’s workspace access or revoking the key stops future calls.

Workspace keys

Available operations

GET /models

Models and input schemas

GET /projects

Client campaign projects

GET /assets

Private client assets

GET /assets/:id/download

Authenticated file download

POST /quotes

Validate settings and prepare pricing

POST /generations

Approve quote ID with maxEstimatedCredits (or maxEstimatedUsd)

GET /jobs/:id

Generation status

POST /poll

Refresh or recover an existing job