Schedule AI-produced content through the API and receive the result by webhook

Connect output from your existing AI tools and scripts to Ankk and follow the final provider state.

No credit card · 3 SNS channels free

Product workflow proof

Carry state from accepted to published

Follow the API request, queued operation, and signed webhook as one publishing job.

ANKK APP

AI and automation operators

Connected
POST /v1/contents/publish
Authorization: Bearer <api_key>
Idempotency-Key: campaign-2026-08

{
  "scheduledFor": "2026-08-22T05:00:00Z"
}

202 accepted · operation_id: op_01

Accepted

webhook · op_01

Queued

webhook · op_01

Published

webhook · op_01

app.ankk.app

Where automation stops before publication

Submit content from external AI and scripts through the API and receive the result by webhook.

  • Content output and provider publication are disconnected
  • An accepted response is treated as a published post
  • Failures have no consistent result path

Capabilities for this workflow

The contract publishing automation needs

API and CLI input
Send an approved payload through Web, API, or CLI into the same publishing workflow.
Explicit states
Distinguish accepted, queued, publishing, published, and failed.
Signed webhooks
Receive final success and failure results at your endpoint.

From approved content to final publication

Submitting a request is not the same as publishing on the provider. Follow all three steps.

  1. 01

    Prepare approved content

    Review content written directly or prepared in an external AI tool or script.

  2. 02

    Schedule by channel

    Check supported formats and settings, then choose the publishing time.

  3. 03

    Verify final state and failures

    Inspect published, failed, and connection states and continue with the needed action.

Automation continues beyond request submission to the final publication result.

Frequently asked questions

Connect the first automated publish

Use the Free API key and webhook allowance to verify the path from request to result.