Open Paws API
  • Documentation
  • API Reference
  • Pricing
  • Resources
Information
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 IntentpostSummarize ConversationpostExtract User Memorypost
Legal
    Get Legal Guidancepost
Research
    Research Topicspost
Tracking
    List tracking subscriptionsgetCreate tracking subscriptionpostDelete tracking subscriptiondeleteUpdate tracking subscriptionpatch
Schemas
powered by Zuplo
Open Paws API
Open Paws API

Legal

Legal information and guidance for advocacy activities


Get Legal Guidance

POST
https://api.openpaws.ai
/v1/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 (typically 30-45 minutes).

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

Pricing

$1.00 per request (Pay As You Go plan).

Note

This is an async endpoint. You will receive an immediate taskId confirmation. The full legal research is delivered to the email associated with your account.

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

Your legal research question. Either 'prompt' or 'situation' is required.

situation
​string · minLength: 1 · maxLength: 2000

Alternative field name for your legal question (alias for 'prompt')

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/v1/legal/guidance
curl --request POST \ --url https://api.openpaws.ai/v1/legal/guidance \ --header 'Authorization: <string>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "What are the legal rights of protesters at a factory farm in California? Can we legally film from public roads?", "timeline": "Planning an action for next month" } '
shell
Example Request Body
{ "prompt": "What are the legal rights of protesters at a factory farm in California? Can we legally film from public roads?", "timeline": "Planning an action for next month" }
json
application/json
Example Responses
{ "taskId": "b2c3d4e5-f6a7-8901-bcde-f12345678901", "message": "Legal research started. Results will be delivered to your email.", "estimatedTime": "30-45 minutes", "taskType": "legal_research" }
json
application/json

ChatResearch