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

System

Endpointhttps://api.openpaws.ai

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

200

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": "2024-08-25T15:00:00Z",
  "version": "version"
}
json
application/json

Search