Skip to content

SignBox API (1.0.0)

For testing purposes, Uanataca provides integrators of a pre-configured test-mode SignBox Optimizer accessible at the following URL: https://optimizer-developers.uanataca.com

For more information about the sandbox environment click here. UANATACA SIGNBOX API Sandbox

Download OpenAPI description
Languages
Servers

https://docs.namirial.app/signbox/

Operations
Operations
Operations
Operations
Operations

Request

Timestamps the submitted file

Bodymultipart/form-datarequired
filestring(binary)(File)required

File to be timestamped

tsa_urlstring(uri)(Url)[ 1 .. 2083 ] characters

Timestamp service URL

billing_usernamestring(Username)

Timestamp service billing username

billing_passwordstring(Password)

Timestamp service billing password

formatstring(Format)

Supported timestamp formats. Default PDF

  • TSR

  • TSD

  • PDF

  • TST

  • M7M

  • P7M

Default "TSR"
Enum"TSR""TSD""PDF""TST""M7M""P7M"
policystring(Policy)

Timestamp policy

curl -X POST 'https://signbox.sandbox.uanataca.com/api/v1/timestamp'   -H 'Content-Type: multipart/form-data'   -F file=@file.pdf   --form-string 'url=url'   --form-string 'username=username'   --form-string 'password=password'   --form-string 'format=TSD'

Responses

Successful Response

Body
string(binary)

Timestamped file

Response
No content