For the complete documentation index, see llms.txt. This page is also available as Markdown.

Example input for Conversion

When sending the request to our conversion server, ensure they match the following format:

curl --url https://api.renderdraw.us/CAD -h "x-api-key:YOUR_CONVERSION_API_KEY"  -F "files=@./test-files/TestArchive.zip" > test-result.zip

where the TestArchive.zip contains a CAD file of a supported format. This zip can also contain assemblies and their supporting component files, each file will be converted to the resulting format (GLB).

The API will return a compressed collection of the converted 3D file, the JSON structure of the CAD file, and a 2D Snapshot image of the 3D file.

Calling this API is only supported with 3D files at this time.

RenderDraw API conversion only accepts POST requests

Last updated