201 CREATED

The request was accepted, your job has been enqueued.

{
    "status": "accepted",
    "message": "Your request was successfully submitted.",
    "request_id": "1742547440868346591-6092b54b-6558-4d"
}
400 BAD REQUEST

Invalid request. Some parameters may be wrong or missing.

{
    "request_id": "1742547440868346591-6092b54b-6558-4d",
    "message": [
        "Value error, Invalid Facebook post URL: url"
    ]
}
401 UNAUTHORIZED

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

{
    "request_id": "1742547440868346591-6092b54b-6558-4d",
    "message": "Unauthorized"
}
404 NOT FOUND

The requested resource was not found.

{
    "request_id": "1742547440868346591-6092b54b-6558-4d",
    "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": "1742547440868346591-6092b54b-6558-4d",
    "message": "Unsupported Media Type"
}
429 TOO MANY REQUESTS

Rate limit reached.

{
    "request_id": "1742547440868346591-6092b54b-6558-4d",
    "message": "Rate Limit Exceeded"
}

500 INTERNAL SERVER ERROR

Internal error. Please contact support.

{
    "request_id": "1742547440868346591-6092b54b-6558-4d",
    "message": "Internal server error"
}