curl --request GET \
--url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/classification/items \
--header 'Authorization: Bearer <token>'{
"items": [
{
"chunk_id": "<string>",
"category": "<string>",
"content_preview": "<string>",
"file_path": "<string>"
}
],
"total": 123
}Get items classified into a specific category.
curl --request GET \
--url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/classification/items \
--header 'Authorization: Bearer <token>'{
"items": [
{
"chunk_id": "<string>",
"category": "<string>",
"content_preview": "<string>",
"file_path": "<string>"
}
],
"total": 123
}API key must be provided in the Authorization header
Local folder ID
Filter by category
Maximum items to return
Pagination offset
Was this page helpful?