{ "opencollection": "1.0.0", "info": { "name": "airSlate signNow REST Document Fields API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Document Fields", "type": "folder" }, "items": [ { "info": { "name": "List fields on a document", "type": "http" }, "http": { "method": "GET", "url": "https://api.signnow.com/document/:document_id/fields", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "List fields on a document" }, { "info": { "name": "Extract fields from a document", "type": "http" }, "http": { "method": "POST", "url": "https://api.signnow.com/document/:document_id/fieldextract", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Extract fields from a document" }, { "info": { "name": "Prefill text fields on a document", "type": "http" }, "http": { "method": "PUT", "url": "https://api.signnow.com/v2/documents/:document_id/prefill-texts", "params": [ { "name": "document_id", "value": "", "type": "path" } ] }, "docs": "Prefill text fields on a document" } ] } ], "bundled": true }