API Playground

The Meshy API Playground is an interactive console for trying endpoints without writing any code. Configure a request, run a real generation, and copy the equivalent cURL, Python, or JavaScript when you're ready to build.


Overview

Open the Playground from the web app to pick an endpoint, fill in parameters with inline guidance, and submit. Tasks run through the same asynchronous pipeline as the API — you'll watch the task move from PENDING to SUCCEEDED and can inspect the full response and the resulting model.

Meshy API Playground interface showing an image-to-3D request with a live model preview and the equivalent cURL request and response

When a request looks right, switch to the code view to copy a ready-to-run snippet in cURL, Python, or JavaScript and drop it straight into your project. New to the API? Start with the Quickstart.

Supported endpoints

Which endpoints you can run in the Playground depends on your plan:

  • Enterprise — access to every API endpoint.
  • Pro and Studio — access to a subset of endpoints.

You can browse the full list of endpoints under API Endpoints in the sidebar.

Authentication & credits

Requests are authorized with an API key passed in the Authorization: Bearer header, exactly like a direct API call. The Playground runs against your own account, so every request uses your plan credits and counts toward your rate limits, just like any other API call.

Create and manage keys on the API settings page, and see the Authentication guide for details on key formats and security.