Skip to main content
POST
Duplicate an interview draft

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

draft_id
string<uuid>
required

UUID of the interview draft to duplicate

Response

Draft duplicated

message
string
Example:

"Draft duplicated"

cloned_draft
object

A saved, unsent interview-assignment payload. Becomes one interview per recipient when sent via the assign endpoint (with draft_id), which also deletes the draft.