Skip to main content
POST
/
api
/
contracts
/
import
Import a contract document
curl --request POST \
  --url https://app.demandiq.com/api/contracts/import \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "variables": [
    "<string>"
  ],
  "template": "<string>"
}

Body

multipart/form-data
file
file
required

Response

Contract analyzed

variables
string[]
template
string