Upload a PDF document related to a specific project model. This can include design documents, reports, or specifications necessary for the model’s context.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Body Params multipart/form-data
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/project//model//upload-pdf' \
--header'Authorization: Bearer <token>' \
--form'file=@""'