Skip to main content

Does Meshy API allow CORS?

Learn why the Meshy API does not support CORS and how to implement a server-side proxy to avoid 403 errors in your web or JavaScript applications.

Does Meshy API allow CORS?

No. Currently for safety reasons our API does not allow CORS requests from other websites.

If you want to use our API, you should implement a server-side proxy on your own server. If you call the API from a javascript client code, it will report 403 issue.

Did this answer your question?