API

API reference

A REST API over the same engine the app uses. Available on the Agency plan; endpoints below are a preview of the stable surface.

POST

/v1/generate

Create a generation run from a video, audio, document or URL source.

GET

/v1/pieces

List generated content pieces, filterable by project, platform and tag.

GET

/v1/accounts

List connected social accounts with status and last-synced time.

POST

/v1/posts

Create a post: publish now, schedule, queue or save as draft.

PATCH

/v1/posts/{id}

Reschedule, duplicate or cancel an existing post.

GET

/v1/analytics

Read reach, engagement and per-platform performance for published posts.

Authentication

Send your workspace key as Authorization: Bearer …. Keys are issued and revoked from workspace settings.

More context on the Developers page.