get https://app.docupanda.io/analysis/
Retrieve an analysis object by providing the analysis ID, which has the questions and answers.
Responses
Retrieve an analysis object by providing the analysis ID, which has the questions and answers.
xxxxxxxxxx
curl --request GET \
--url https://app.docupanda.io/analysis/analysis_id \
--header 'accept: application/json'
xxxxxxxxxx
29}
{
"analysisId": "string",
"jobId": "string",
"documentIds": [
"string"
],
"dataset": "string",
"schemaId": "string",
"numDocs": 0,
"pages": [
0
],
"data": [
{
"question": "string",
"answer": "string",
"confidence": "high",
"citations": [
{
"documentId": "string",
"pages": [
0
]
}
]