Skip to main content
GET
@firma-dev/sdk

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Path Parameters

id
string<uuid>
required

Signing request ID

signer_id
string<uuid>
required

Signer (recipient) ID

field_id
string<uuid>
required

File field ID

Response

A short-lived pre-signed URL for the signer-uploaded file.

signer_id
string<uuid>
kind
string
Example:

"file"

file_name
string | null
file_type
string | null
file_size
integer | null
url
string

Pre-signed download URL.

expires_in
integer

Seconds until the URL expires.

Example:

300