Skip to content

Errors

The API uses standard HTTP status codes. All error responses return a JSON object with an error code and a message.

{
"error": "channel_not_connected",
"message": "tiktok channel is not connected to this profile"
}
StatusError codeDescription
401unauthorizedMissing or invalid API key
400bad_requestMissing required fields
404not_foundProfile not found or doesn’t belong to you
400channel_not_connectedThe requested platform is not connected to this profile
400tiktok_errorTikTok API rejected the upload
429rate_limitedToo many requests
500server_errorInternal server error