> ## Documentation Index
> Fetch the complete documentation index at: https://docs.botifyme.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# List Questions and answers

> Query openai for information in a document

### Path

<ParamField path="project-id" type="string">
  This is the project id
</ParamField>

<ParamField path="dataset-id" type="string">
  This is the dataset id
</ParamField>

<ParamField path="document-id" type="string">
  This is the document id
</ParamField>

<RequestExample>
  ```bash
  curl --location 'https://api.stg.protoml.io/v1/pdf-qa/<project-id>/<dataset-id>/<document-id>' \
  --header 'Authorization: X-API-KEY <API-KEY>' \
  --data ''
  ```
</RequestExample>
