job_id for polling.
When to Use
- Extract specific features from drawings (rooms, walls, symbols, dimensions, etc.)
- Process a newly uploaded file into the Drawing Index
- Re-extract features with different options (e.g., specific symbol exemplars)
- The user asks to “parse”, “extract”, or “detect” features
Parameters
Exactly one of
sheet_id, block_id, drawing_id, or file_id is required.Available Features
Options
When using
block_id with the symbols feature, options.symbols.legend_block_id is required to provide symbol definitions.Response
Workflow
1
Trigger parsing
Call
Parse with the target and features to extract. Note the returned job_id.2
Poll for completion
Call
PollJob with the job_id. The job progresses through queued > started > completed.3
Explore results
Use
Query with entity: "feature" to browse extracted features. Use entity: "block" or entity: "sheet" to see the updated structure.