cadlens_parse_url
Download a CAD file from an HTTPS URL and parse it to extract entity, layer, and metadata payloads. Handles files up to 100 MB.
Instructions
Download a CAD file from a URL (max 100 MB) and parse it. Same output as cadlens_parse_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS URL pointing to a CAD file. | |
| webhook_url | No | ||
| notify_email | No | Optional email address CADLens notifies with a job link when the parse finishes unattended. |