Upload document with tags
POST {{url}}/document/fieldextract
Uploads a file that contains SignNow Text Tags . Only .doc, .docx, and .pdf are supported
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"Tags", "value"=>"[\n {\n \"tag_name\":\"tag 1\",\n \"role\":\"Signer 1\",\n \"label\":\"name\",\n \"required\":true,\n \"type\":\"text\",\n \"height\":15,\n \"width\":100\n }\n]", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |