Skip to content

API Status Codes

201 CREATED

The request was accepted, your job has been enqueued.

{
    "status": "accepted",
    "message": "Your request was successfully submitted.",
    "request_id": "168723579090578224-98f59326-2456-2e"
}
400 BAD REQUEST

Invalid request. Some parameters may be wrong or missing.

    {
        "request_id": "1742517204339111505-ded2875c-91a8-42",
        "message": [
            "Value error, Invalid Tiktok video URL: url"
        ]
    }
401 UNAUTHORIZED

Missing or invalid API key. Check if x-api-key header is set.

    {
        "request_id": "1742517224685935587-9c42bda2-3946-45",
        "message": "Unauthorized"
    }
404 NOT FOUND

The requested resource was not found.

    {
        "request_id": "1742517245032759670-9c42bda2-3946-45",
        "message": "Not found"
    }
415 UNSUPPORTED MEDIA TYPE

The server does not support the media type. Make sure you are sending JSON data and Content-Type header is set to application/json.

    {
        "request_id": "1742517265379583753-9c42bda2-3946-45",
        "message": "Unsupported Media Type"
    }
429 TOO MANY REQUESTS

Rate limit reached.

    {
        "request_id": "1715285325487341425-faeaffb0-520e-46",
        "message": "Rate Limit Exceeded"
    }

500 INTERNAL SERVER ERROR

Internal error. Please contact support.

    {
        "request_id": "1715285759816886584-8547174a-2440-43",
        "message": "Internal server error"
    }