Skip to main content

Does Meshy API allow CORS?

Information on Meshy API's CORS policy and how to handle cross-origin requests in your integration.

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?