Documents
'INITIAL_SAVED' # initial save
"UPDATED" # document is updated (without the content) par rapport à l'API
'ON_CONTENT_EXTRACT'# document content is currently is working on fileparser
'CONTENT_EXTRACTED'# document content is fetch from fileparser and chunks is saved
"PARSING_ERROR" # document get an error when we parse his content (coul be wrong format, ...)
'ON_INDEXATION'# document is in indexation progress
'INDEXED' # document is indexedBody
stateany ofOptional
stringOptional
nullOptional
Responses
200
Successful Response
application/json
responseintegerRequired
422
Validation Error
application/json
post
/count-documentsLast updated