Skip to main content
Drawings represent processed PDF drawing sets. When you upload a drawing PDF, Bedrock splits it into Sheets and analyzes each one to detect Blocks and extract metadata. See Drawings for the full concept.

Endpoints

MethodEndpointDescription
POST/drawingsUpload a drawing
GET/drawingsList drawings
GET/drawings/{id}Get drawing details
PATCH/drawings/{id}Update drawing metadata
DELETE/drawings/{id}Delete a drawing

Drawing Object

FieldTypeDescription
idstringUnique identifier (e.g., drw_01JABCD123)
project_idstringParent Project
file_idstringSource File
filenamestringOriginal filename
namestringDisplay name (editable)
uristringDownload URL for the original PDF
sheet_countintegerNumber of sheets extracted
job_idstringProcessing job ID
created_atdatetimeUpload timestamp
updated_atdatetimeLast modification timestamp