Skip to main content

Does Meshy API allow CORS?

Updated over a week ago

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?