Glossary
Key domain terms and definitions used throughout ANKK APP and its APIs, linked to relevant guides.
🏢 Brand
Section titled “🏢 Brand”The primary operational container encompassing SNS connections, publishing jobs, team members, and API keys. Each API key is strictly bound to a single brand.
- Related Guides: Create a Brand, Brand API, Team & Settings
🔗 SNS Connection
Section titled “🔗 SNS Connection”An authenticated OAuth/credential link between a brand and an external social media account. Identified by a connection_id.
- Related Guides: Connect SNS Accounts, Connections API, SNS Capabilities
📝 Content
Section titled “📝 Content”A logical publishing unit targeting a specific SNS connection, containing body text, media, hashtags, schedule time, and platform parameters.
- Related Guides: Compose Content, Contents API
⚙️ Publish Job
Section titled “⚙️ Publish Job”An asynchronous background execution record tracking the delivery of a content item to its destination SNS.
- Related Guides: Queue & Publishing Status, Failures & Retries
📥 Created Content vs Collected Content
Section titled “📥 Created Content vs Collected Content”- Created Content: Posts originated and scheduled within ANKK APP (retriable upon failure, editable while queued).
- Collected Content: Historical posts synced from external SNS accounts (read-only; not editable or retriable in ANKK).
- Related Guides: Published Content
⏳ Accepted (HTTP 202)
Section titled “⏳ Accepted (HTTP 202)”Indicates a request has passed authentication, quotas, and payload validation and is safely enqueued. Distinct from live delivery confirmation (published).
- Related Guides: Queue & Publishing Status, Webhooks
🔑 Idempotency Key
Section titled “🔑 Idempotency Key”A unique client-supplied token that ensures safe retries without risking duplicate posts on external social networks.
- Related Guides: Error Handling, Contents API
⚠️ Reconnect Required vs Requires User Action
Section titled “⚠️ Reconnect Required vs Requires User Action”- Reconnect Required: Token expired or permissions revoked; requires OAuth re-authentication.
- Requires User Action: Action needed directly within the external platform app (e.g., agreeing to new terms).
- Related Guides: Failures & Retries, Connect SNS
🔔 Webhook
Section titled “🔔 Webhook”An HMAC SHA256 signed real-time HTTP POST event delivered to your endpoint upon job completion.
- Related Guides: Webhooks Reference