context
Add context data to the context processor
This endpoint accepts context data and sends it to a context processor for further handling. It returns a success or error response depending on the result from the context processor.
post/api/v1/context/add
Request body
Response
Context added successfully
Example response
{
"success": true,
"context_id": "ctx_01HXYZABC",
"processed_documents": 2
}