curl --location 'https://mock.apidog.com/m1/1212435-0-default/process-json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"job_id": "7fa85f64-5717-4562-b3fc-2c963f66afa6",
"content": "Combined extracted text from selected documents and/or meeting transcript.",
"source_type": "multi_document",
"source_documents": [
{
"backend_document_id": "5cdd281c-d2a2-4803-9f2e-4d3804d34ccc",
"title": "Requirements Document",
"type": 0,
"language": 0,
"mime_type": "application/pdf"
}
],
"metadata": {
"project_id": "73ffe66c-750f-42aa-9bda-0834007caf02",
"meeting_id": null,
"analysis_run_id": "7fa85f64-5717-4562-b3fc-2c963f66afa6",
"requested_by_user_id": "431cc6fc-0cb2-4868-88c2-4500e74f1a9b"
}
}'