POST

/api/im/artifacts/confirm

Confirm artifact upload

Confirms that an artifact has been successfully uploaded to the presigned URL.

curl -s -X POST "$BASE/api/im/artifacts/confirm" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"uploadId": "up_abc123"}'

Request Body

FieldTypeReqDefaultDescription
uploadIdstringY

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test