Skip to main content

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

Learn why Meshy API errors occur when fetching 3D model results — always wait for task status to reach 100% before retrieving model URLs.

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

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?