🏗 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