🚀 Alchemyst is now the Pareto Frontier for AI Context! Learn more
curl --request GET \
--url https://platform-backend.getalchemystai.com/api/v1/context/view \
--header 'Authorization: Bearer <token>'{
"context": [
{
"content": "Customer asked about pricing for the Scale plan.",
"metadata": {
"fileName": "support_thread_TCK-1234.txt",
"fileType": "text/plain",
"groupName": [
"support",
"pricing"
],
"lastModified": "2025-01-10T12:34:56.000Z",
"fileSize": 2048
}
}
]
}Gets the context information for the authenticated user.
curl --request GET \
--url https://platform-backend.getalchemystai.com/api/v1/context/view \
--header 'Authorization: Bearer <token>'{
"context": [
{
"content": "Customer asked about pricing for the Scale plan.",
"metadata": {
"fileName": "support_thread_TCK-1234.txt",
"fileType": "text/plain",
"groupName": [
"support",
"pricing"
],
"lastModified": "2025-01-10T12:34:56.000Z",
"fileSize": 2048
}
}
]
}Documentation Index
Fetch the complete documentation index at: https://getalchemystai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the file to retrieve context for
Magic key for context retrieval
Successfully retrieved context
List of context items