Open Paws API
string · requiredstring · minLength: 1 · maxLength: 5000 · requiredstringstring
string · requiredstring · minLength: 1 · maxLength: 2000 · requiredstring · enumnumber
Send Chat Message
POST
https://api.openpaws.ai
/chat/message
Send a conversational message to the AI advocacy assistant. Supports conversation history for multi-turn dialogues.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Send Chat Message › Request Body
messageThe user's message
object[]
Previous conversation history for context
Send Chat Message › Responses
AI response
responseThe AI assistant's response
intentDetected intent of the conversation
Detect Message Intent
POST
https://api.openpaws.ai
/chat/intent
Classify a user message into one of the supported intents and extract relevant entities.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Detect Message Intent › Request Body
messageThe user message to classify
Detect Message Intent › Responses
Detected intent with extracted information
intentThe detected intent
Enum values:
CREATE_CONTENT
INVESTIGATE_COMPANY
RESEARCH_INDIVIDUAL
LEGAL_HELP
TRACK_ISSUES
GENERAL_CHAT
object
Extracted entities relevant to the intent
confidenceConfidence score 0-1