v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
ClarityV2

Create Clarity Artifact Import Upload URL

Create a signed upload URL for importing a Miro export into a Clarity v2 process. Supports SVG, XML, PNG, and JPEG exports. The caller must upload the file to the returned URL, then complete the import.

post/v2/clarity-v2/processes/{process_id}/artifact-imports/create-upload-url

Path parameters

process_idstring uuid required

The clarity process id

Request body

file_namestring required

Name of the Miro export file. Supported extensions: .svg, .xml, .png, .jpg, .jpeg

content_type'image/svg+xml' | 'application/xml' | 'text/xml' | 'image/png' | 'image/jpeg' required

MIME type of the Miro export file

extra_capture_request_idstring uuid

Optional extra-capture-request id to bind this import to

Response

Default Response

signed_urlstring uri required

Signed URL for uploading the artifact

capture_idstring uuid required

Pending capture id to pass to completion

expires_atstring date-time required

ISO 8601 upload URL expiration timestamp