Docs menu
API reference

Channels

Social connections and the browser link to add one.

Connected channels

GET/v1/public/channels
scopesaccount:read

The business's social channel connections (what publishing actually checks). Connecting a channel requires a browser; see connectUrl.

request
curl https://api.taka.ai/v1/public/channels \
  -H "Authorization: Bearer taka_live_..."
response
{
  "channels": [
    {
      "platform": "instagram",
      "displayName": "Instagram",
      "connected": true,
      "account": "@sunrisebakery",
      "available": true,
      "needsReconnect": false,
      "restricted": false,
      "connectedAt": "2026-09-01T09:30:00Z"
    }
  ],
  "connectUrl": "https://app.taka.ai/settings/channels"
}