Execute realtime tool
curl --request POST \
--url https://pria.praxislxp.com/api/ai/rtTools/exec \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"toolName": "search_rag",
"arguments": {},
"callId": "<string>",
"sessionId": "<string>"
}
'{
"success": true,
"callId": "<string>",
"result": {},
"error": "<string>"
}Realtime
Execute realtime tool
Executes a tool/function during a realtime AI session. Used for RAG search, web search, and other AI tool capabilities.
POST
/
api
/
ai
/
rtTools
/
exec
Execute realtime tool
curl --request POST \
--url https://pria.praxislxp.com/api/ai/rtTools/exec \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"toolName": "search_rag",
"arguments": {},
"callId": "<string>",
"sessionId": "<string>"
}
'{
"success": true,
"callId": "<string>",
"result": {},
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in x-access-token header
Body
application/json
Was this page helpful?
⌘I