Create Clarity Artifact Import Upload Url
createClarityArtifactImportUploadUrlCreate 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | Name of the Miro export file. Supported extensions: .svg, .xml, .png, .jpg, .jpeg | |
| process_id | Yes | The clarity process id | |
| content_type | Yes | MIME type of the Miro export file | |
| extra_capture_request_id | No | Optional extra-capture-request id to bind this import to |