ingestion
Extract facts from a stored document
Re-extract facts from an already-stored document into a POT.
This allows extracting the same document into multiple POTs without re-uploading the content.
post/pots/{pot_id}/extract-from-document
Path parameters
pot_idstring uuid required
Request body
Response
Re-extraction queued
Example response
{
"job_id": "01JH8KQMW3PG0HXNZV2QRST9YZ",
"message": "Document ingestion queued",
"pot_id": "01JH8KQMW3PG0HXNZV2QRST9YX",
"status": "pending"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.