π¨βπ»Status Code
200 - Response Successful
{
"status": "success",
"file_url": "https://your-storage-url.com/output-image.png",
"processing_time": 2.45
}400 - Bad Request
{
"status": "Error",
"message": "Invalid command or missing parameter."
}401 - Unauthorized
{
"status": "Error",
"message": "Unauthorized. Please provide a valid API key."
}403 - Forbidden
404 - Not Found
415 - Unsupported Media Type
422 - Unprocessable Entity
500 - Internal Server Error
504 - API Server Issue
Last updated