Chat With Document
"Chat With Document" API is a powerful tool for clients to interact with the content of a PDF document. By providing endpoints to create and manage sessions and evaluate message contents, this API opens up new opportunities for collaboration and communication. With the ability to create sessions, clients can easily start and manage conversations about specific documents. Additionally, the API…
Chat With Document endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create Session Endpoint /createsession |
The "Create Session" endpoint of "Chat With Document" API allows clients to create a new session by providing the URL of their document. Our backend then downloads and ingests… |
| GET |
Get Session Status API /getsessionstatus |
This API let you check the session status by passing in sessionId. The supported status are: pending - The session is just created downloading - Backend job is just available and… |
| POST |
Delete Session API /deletesession |
This API let you delete the session by passing in your sessionId |
| POST |
Evaluate API /evaluate |
This API let you chat with the document by passing in your sessionId and content and getting the chat response from backend. This API will only works if the status is being… |
Chat With Document pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | Free | 1 / second |
|
| ULTRA | $9.99 / month | 1 / second |
|
| MEGA | $19.99 / month | 1 / second |
|