cURL
curl --request POST \ --url https://api.example.com/documents \ --header 'Content-Type: application/json' \ --data ' { "metadata": [ { "key": "<string>", "value": "<string>" } ], "name": "<string>", "test": true } '
{ "url": "<string>", "id": "<string>" }
metadata assigned to the object
Show child attributes
the name of the document
is it a test customer
the signed url to upload the document
the id of the document
Was this page helpful?