Footer Section
Explore

Adds annotations to a document example for a provision.
Tenant name
Instance URL
Provider
The given ID of the provision
Request to annotate a document example
ID of the file for annotation
List of annotation locations
OK
curl --request POST \--url https://idd_url/idd/api/v2/congasfdc/config/provisions/annotate \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"fileId": "id","locations": [{"start": 0,"end": 100},{"start": 100,"end": 150}]}'