Open Paws API
  • Documentation
  • API Reference
  • Pricing
  • Resources
System
    Health Checkget
Search
    Search all tablespostSearch a single tablepost
OSINT
    Generate Personal OSINT ProfilepostInvestigate Companypost
Content
    Generate Advocacy Contentpost
Chat
    Send Chat MessagepostDetect Message Intentpost
Legal
    Get Legal Guidancepost
Tracking
    Set Up Issue Trackingpost
Knowledge
    Semantic Knowledge Searchpost
Webhooks
    Clerk Webhook Handlerpost
Schemas
powered by Zudoku
Open Paws API
Open Paws API

Legal

Endpointhttps://api.openpaws.ai

Legal information and guidance for advocacy activities


Get Legal Guidance

POST
https://api.openpaws.ai
/legal/guidance

Request legal information for animal advocacy activities. Returns an immediate confirmation with a task ID. The full legal guide is delivered asynchronously via email.

Disclaimer: This provides legal information only, not legal advice. Always consult an attorney for specific situations.

Get Legal Guidance › Headers

Authorization
string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Get Legal Guidance › Request Body

prompt
string · minLength: 1 · maxLength: 2000 · required

Your legal research question

timeline
string · maxLength: 200

When is this happening

Get Legal Guidance › Responses

Task started confirmation

taskId
string · uuid

Unique identifier for the async task

message
string

Human-readable confirmation message

estimatedTime
string

Estimated time for completion

taskType
string

Type of task that was started

POST/legal/guidance
curl --request POST \
  --url https://api.openpaws.ai/legal/guidance \
  --header 'Authorization: <string>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "prompt",
  "timeline": "timeline"
}
'
shell
Example Request Body
{
  "prompt": "prompt",
  "timeline": "timeline"
}
json
Example Responses
{
  "taskId": "00000000-0000-0000-0000-000000000000",
  "message": "message",
  "estimatedTime": "estimatedTime",
  "taskType": "taskType"
}
json
application/json

ChatTracking