{"version":"1","model":{"id":"meshy/convert","name":"Meshy Format Convert","kind":"3d","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Convert a Meshy 3D model into GLB, FBX, OBJ, USDZ, STL, 3MF, or Blender format. 1 credit per conversion.","pricing_note":"1 Meshy credit per conversion.","categories":["optimize"],"prompt_required":false,"prompt_supported":false,"supports":{},"requires":{},"aspect_ratios":[],"resolutions":[],"durations":[],"base_credits":2,"api_gross_margin_percent":20,"added_at":"2026-06-25","popularity_rank":462,"preview":{"image":"/images/model-previews/generated/meshy-convert-v1.webp"},"schema_url":"/api/v1/models?id=meshy%2Fconvert","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=meshy%2Fconvert","title":"Meshy Format Convert generation request","description":"Request body accepted by POST /api/v1/generate for meshy/convert.","type":"object","properties":{"model_id":{"type":"string","const":"meshy/convert","description":"ArtEmotion model identifier."},"extra":{"type":"object","additionalProperties":true,"description":"Model-specific settings may also be nested here."},"max_credits":{"type":"number","minimum":1,"description":"Reject before submission if the estimated list price exceeds this cap."},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"folder_id":{"type":"string"},"input_task_id":{"title":"Input Task ID","description":"Source Meshy task ID — auto-filled when converting a Meshy-generated model. Takes priority over Model URL.","type":"string"},"model_url":{"title":"Model URL","description":"URL of the 3D model to convert. Used when no Input Task ID is available.","type":"string"},"format":{"title":"Output Format","description":"Target export format.","default":"GLB","type":"string","enum":["GLB","FBX","OBJ","USDZ","STL","3MF","BLEND"]}},"required":["model_id"],"additionalProperties":false},"parameters":[{"key":"input_task_id","label":"Input Task ID","type":"text","description":"Source Meshy task ID — auto-filled when converting a Meshy-generated model. Takes priority over Model URL."},{"key":"model_url","label":"Model URL","type":"text","description":"URL of the 3D model to convert. Used when no Input Task ID is available."},{"key":"format","label":"Output Format","type":"select","default":"GLB","options":["GLB","FBX","OBJ","USDZ","STL","3MF","BLEND"],"description":"Target export format."}]}}