The Threads Publish endpoint lets you post text content to Threads, Meta’s conversation-focused platform, through the Dohoo API. Because Threads accounts are tied to Instagram, you connect Threads by linking your Instagram account in the Dohoo dashboard — no separate OAuth flow is required. Once connected, pass the Threads connection ID and your post text to publish immediately.Documentation Index
Fetch the complete documentation index at: https://docs.dohoo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request headers
| Header | Required | Description |
|---|---|---|
X-API-Key | ✅ | Your Dohoo API key |
Content-Type | ✅ | Must be application/json |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
connectionId | string | ✅ | The ID of the Threads connection to publish from |
text | string | ✅ | The text content of the Threads post |
Example request
Example response
Your Threads connection is linked to your Instagram account. To enable Threads publishing, connect your Instagram account in the Dohoo dashboard first. Once Instagram is connected, a corresponding Threads connection will appear automatically.