Components

Finalize component upload and trigger processing

Triggers processing of a component after client has uploaded to storage via presigned URL.

put/api/v0/components/{component_id}/upload-url

Path parameters

component_idstring required

Request body

upload_urlstring required

The upload URL that was used

filenamestring nullable

Original filename to preserve

include_descriptionboolean

Whether to include description

baseline_modeboolean

Use baseline mode

baseline_provider'vlm' | 'azure' | 'gcp' nullable

Baseline provider

fix_text_with_vlmboolean

Fix text with VLM

detectboolean

For schematic components: run symbol detection on the uploaded image instead of starting from an empty canvas

configobject nullable

Optional config for schematic components

Response

Successful Response

job_status_idstring uuid required

The ID of the job status

statusstring required

The status of the job

error_messagestring nullable required

The error message if the job failed

component_idstring uuid required

The ID of the component

Changes

No recorded changes to this endpoint across all 1 revision of this API.