π Error Handling
β Invalid API Key
{
"error": "Invalid or unauthorized API key."
}
π Fix: Contact @wei_b0 for a valid API Key.
β Job Not Found
{
"error": "Job not found"
}
π Fix: Ensure you're using the correct jobId
.
β Job Took Too Long
{
"error": "Request timed out. Try again later."
}
π Fix: Retry after some time.
Last updated