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"}| Status | Error code | Description |
|---|---|---|
401 | unauthorized | Missing or invalid API key |
400 | bad_request | Missing required fields |
404 | not_found | Profile not found or doesn’t belong to you |
400 | channel_not_connected | The requested platform is not connected to this profile |
400 | tiktok_error | TikTok API rejected the upload |
429 | rate_limited | Too many requests |
500 | server_error | Internal server error |