TrueScreen api for TrueFlow creation and Notarization
TrueScreen API (0.9.0)
Scarica la descrizione OpenAPI
Panoramica
Lingue
Server
Mock server
https://truescreen.redocly.app/_mock/openapi
https://api-stg.truescreen.io
https://api.truescreen.io
- Mock serverhttps://truescreen.redocly.app/_mock/openapi/v1/true-flows-attachments
- https://api-stg.truescreen.io/v1/true-flows-attachments
- https://api.truescreen.io/v1/true-flows-attachments
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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"
}'Risposta
application/json
{ "token": "a1b2c3d4e5f6g7h8i9j0k1", "file_name": "test.pdf", "upload_url": "https://s3./a1b2c3d4e5f6g7h8i9j0k1" }