v1
latestOpenAPI 3.0.02026-07-2494288373.8 KBDocument check
Add files
Add some files to an existing Document check. Use Upload a file to get an upload_ref.
See also
Learn more about Document checks
Learn more about Files
post/v1/checks/document/{id}/add_files
Path parameters
idstring uuid required
Id of the Document check
Request body
Response
File has been added to the Document check
ℹ️ Click to see full payload
Example response
{
"data": {
"settings": {
"document_type": {
"key": "some_key"
}
}
}
}