繁體中文
cURL
curl --request GET \ --url https://app.pathors.com/api/datasets/{datasetId}/chunks \ --header 'x-api-key: <x-api-key>'
{ "id": "<string>", "content": "<string>", "contentLength": 123 }
預覽資料集的文本片段
GET /api/datasets/{datasetId}/chunks
[ { "id": "chunk_abc123", "content": "這是第一個文本片段的內容...", "contentLength": 256 }, { "id": "chunk_def456", "content": "這是第二個文本片段的內容...", "contentLength": 312 } ]