Skip to main content
POST
Duplicate an interview as a draft

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

interview_id
string<uuid>
required

UUID of the interview to duplicate

Response

Draft created from the interview

message
string
Example:

"Draft created from interview"

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.