project
v1

post/api/v1/project/projects/{id}/make-searchable-pdf/

Path parameters

idstring required

A unique integer value identifying this project.

Request body

document_idsinteger[]

Example request

{
  "document_ids": [
    0,
    0
  ]
}

Response

task_idstring uuid required

Example response

{
  "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}

Changes