Skip to main content
All CollectionsAPI & Plugins
Why do I consistently encounter errors when retrieving the models from generation result using API?
Why do I consistently encounter errors when retrieving the models from generation result using API?
Updated this week

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.

Did this answer your question?