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

System

System health and status endpoints


Health Check

GET
https://api.openpaws.ai
/health

Returns the health status of the API gateway. No authentication required.

Health Check › Responses

API is healthy

status
​string · enum
Enum values:
ok
timestamp
​string · date-time
version
​string
GET/health
curl --request GET \ --url https://api.openpaws.ai/health
shell
Example Responses
{ "status": "ok", "timestamp": "2026-03-17T10:00:00.000Z", "version": "1.0.0" }
json
application/json

Search