cURL
curl --request POST \ --url https://app.docs.bynesoft.com/api/knowledge-base/{kb}/files/{fileId}/paragraphs \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "parIds": [ "<string>" ] }'
{ "paragraphs": [ { "id": "<string>", "content": "<string>", "fileName": "<string>" } ], "docsCount": 123, "nextToken": "<string>" }
This endpoint allows to review the results of parsing and also to obtain raw text corresponding to a particular file.
1 <= x <= 20
20
Successful Response
Show child attributes