Skip to main content
One automation drives exactly one TikTok account per firing. Posting to multiple accounts means multiple automations — matching how the product’s own predictable-credit-spend model works.

Create an automation

string
required
string
required
Requires automations:write.

List / get / update / delete

  • GET /v1/automationsautomations:read
  • GET /v1/automations/{id}automations:read
  • PATCH /v1/automations/{id}automations:write. Body: { "status": "active" | "paused", "postingTimes"?, "brief"? }
  • DELETE /v1/automations/{id}automations:write
Automations created via this API are stored in a v1_automations table separate from the app’s own automations table — the scheduler that actually fires them needs a follow-up integration pass to read both. Check GET /v1/automations/{id} for status; if firings aren’t happening yet in your deployment, this is why.