Context
Create a new context entry
Creates a new context entry for the authenticated organization. All required fields must be provided.
post/v1/context
Request body
Example request
{
"question": "How do we handle user authentication in our application?",
"answer": "We use a hybrid authentication system supporting both API keys and session-based authentication. API keys are used for programmatic access while sessions are used for web interface interactions.",
"tags": [
"authentication",
"security",
"api",
"sessions"
]
}Response
Context entry created successfully
Changes
Changed in 1 of the 51 revisions of this API.1
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●