Skip to main content
POST
Complete Clarity Artifact Import

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

process_id
string<uuid>
required

The clarity process id

capture_id
string<uuid>
required

The pending capture id returned by the upload-url endpoint

Body

application/json
file_name
string
required

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

Minimum string length: 1
Pattern: ^.*\.(?:[sS][vV][gG]|[xX][mM][lL]|[pP][nN][gG]|[jJ][pP][eE]?[gG])$
content_type
enum<string>
required

MIME type of the uploaded Miro export file

Available options:
image/svg+xml,
application/xml,
text/xml,
image/png,
image/jpeg

Response

Default Response

capture
object
required