curl --request GET \
--url https://apigcp.trynia.ai/v2/sources/{source_id}/annotations \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"content": "<string>",
"kind": "note",
"created_at": "<string>",
"updated_at": "<string>"
}
]curl --request GET \
--url https://apigcp.trynia.ai/v2/sources/{source_id}/annotations \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"content": "<string>",
"kind": "note",
"created_at": "<string>",
"updated_at": "<string>"
}
]API key must be provided in the Authorization header
Source type hint
repository, documentation, research_paper, huggingface_dataset, local_folder, slack, google_drive, connector Was this page helpful?