Vai al contenuto

TrueScreen API (0.9.0)

TrueScreen api for TrueFlow creation and Notarization

Scarica la descrizione OpenAPI
Lingue
Server
Mock server
https://truescreen.redocly.app/_mock/openapi
https://api-stg.truescreen.io
https://api.truescreen.io

Templates

Flow templates list

Operazioni

TrueFlowsAttachments

Attachment for a True Flow

Operazioni

Create trueflow attachment

Richiesta

Create an Attachment for a TrueFlow

Sicurezza
ApiKeyAuth
Corpoapplication/jsonobbligatorio

Request payload for creating an attachment

file_namestringobbligatorio

Name of the file to upload

curl -i -X POST \
  https://truescreen.redocly.app/_mock/openapi/v1/true-flows-attachments \
  -H 'Authorization: Bearer <YOUR_API Key_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "file_name": "test.pdf"
  }'

Risposte

TrueFlows data

Corpoapplication/json
tokenstringobbligatorio

Unique identifier for the Attachment

file_namestringobbligatorio

Name of the uploaded file

upload_urlstringobbligatorio

Upload url where to upload the file

Risposta
application/json
{ "token": "a1b2c3d4e5f6g7h8i9j0k1", "file_name": "test.pdf", "upload_url": "https://s3./a1b2c3d4e5f6g7h8i9j0k1" }

TrueFlows

True Flow

Operazioni