Unclaimed Draft
The Unclaimed Draft endpoints are used to create a Draft, which gives your end-users the ability to prepare signature requests. Users can upload files, place signer fields, and then either send the signature request or sign it directly (based on your configuration).
The most popular use case is for Embedded Requesting, where the API app owner creates the draft and their end-users prepare the signature request and then send or sign from within your app. The entire experience is embedded in your integration so the user never leaves your surface.
The Unclaimed Draft object returned by requests to these endpoints contains the claim_url, which is what end-users need to “claim” the draft and interact with the signature request they’re creating. The object also contains useful information such as the signature_request_id and time until the draft expires if it remains unclaimed.