πŸ— 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