Review every canonical doc against the brain
Context Documents
Review every canonical doc against the brain
Kick off one review per canonical doc. Returns all PROCESSING reviews.
POST
Review every canonical doc against the brain
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Try our new Setup Skill to automatically integrate Hyperspell into your project
curl --request POST \
--url https://api.hyperspell.com/context-documents/reviews/all \
--header 'Authorization: Bearer <token>'{
"reviews": [
{
"id": 123,
"canonical_title": "<string>",
"status": "<string>",
"model": "<string>",
"error": "<string>",
"suggestion_count": 123,
"evidence_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z"
}
]
}Kick off one review per canonical doc. Returns all PROCESSING reviews.
curl --request POST \
--url https://api.hyperspell.com/context-documents/reviews/all \
--header 'Authorization: Bearer <token>'{
"reviews": [
{
"id": 123,
"canonical_title": "<string>",
"status": "<string>",
"model": "<string>",
"error": "<string>",
"suggestion_count": 123,
"evidence_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z"
}
]
}API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Successful Response
Show child attributes
Was this page helpful?