Skip to main content

Why do I consistently encounter errors when retrieving the models from generation result using API?

Updated over a week ago

It's probably because you're trying to retrieve the model before the generation has fully completed. To avoid this, ensure that you verify the task status progress has reached 100% in your code before retrieving the model using the provided URLs.

If you ever reach out to [email protected] regarding an API issue, please be sure to provide relevant info such as Task ID, and other relevant API call information.

Did this answer your question?