Skip to main content
GET
/
v1
/
signatures
/
{id}
/
download
Download the signed PDF
curl --request GET \
  --url https://api.craftkit.dev/v1/signatures/{id}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Project API key (ck_live_… or ck_test_…) presented as a bearer token. For embed partner endpoints this is the partner secret key, which is the same credential type.

Path Parameters

id
string<uuid>
required

The signature request id.

Response

The signed PDF.

The response is of type file.