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

Content

AI-powered content generation for advocacy campaigns


Generate Advocacy Content

POST
https://api.openpaws.ai
/v1/content/generate

Generate multiple content variations for animal advocacy campaigns. Uses AI to create platform-specific content with different tones and approaches.

Use Cases

  • Create social media posts for campaigns
  • Draft email templates for outreach
  • Generate press release content
  • Prepare educational materials

Pricing

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

Generate Advocacy Content › 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.

Generate Advocacy Content › Request Body

topic
​string · minLength: 1 · maxLength: 500 · required

The advocacy topic to create content about

platform
​string · enum

Target social media platform

Enum values:
instagram
twitter
facebook
linkedin
contentType
​string · enum

Type of content to generate

Enum values:
social
email
press
educational
Default: social
tone
​string · enum

Desired tone of the content

Enum values:
urgent
hopeful
emotional
educational
keyPoints
​string · maxLength: 1000

Specific points, stats, or facts to include

callToAction
​string · maxLength: 500

Desired call to action

Generate Advocacy Content › Responses

Generated content variations

​object[]

Array of content variations with different approaches

POST/v1/content/generate
curl --request POST \ --url https://api.openpaws.ai/v1/content/generate \ --header 'Authorization: <string>' \ --header 'Content-Type: application/json' \ --data ' { "topic": "Factory farming conditions for egg-laying hens in battery cages", "platform": "instagram", "contentType": "social", "tone": "emotional", "keyPoints": "Over 300 million hens are confined in battery cages in the US. Each hen has less space than a sheet of paper. Cage-free legislation is gaining momentum in several states.", "callToAction": "Sign the petition to ban battery cages in your state" } '
shell
Example Request Body
{ "topic": "Factory farming conditions for egg-laying hens in battery cages", "platform": "instagram", "contentType": "social", "tone": "emotional", "keyPoints": "Over 300 million hens are confined in battery cages in the US. Each hen has less space than a sheet of paper. Cage-free legislation is gaining momentum in several states.", "callToAction": "Sign the petition to ban battery cages in your state" }
json
application/json
Example Responses
{ "variations": [ { "title": "The Hidden Cost of Cheap Eggs", "content": "Every egg from a battery cage comes at a cost no price tag shows. Over 300 million hens spend their entire lives in spaces smaller than a sheet of paper. They can't spread their wings, dust bathe, or even turn around.\n\nBut change is happening. States across the country are passing cage-free legislation, and YOU can help.\n\n👉 Sign the petition to ban battery cages in your state (link in bio)\n\n#AnimalWelfare #CageFree #FactoryFarming #HensDeserveBetter" }, { "title": "300 Million Reasons to Care", "content": "Imagine spending your entire life in a space smaller than this phone screen. That's the reality for 300 million egg-laying hens in the US right now.\n\nThe good news? Cage-free legislation is gaining momentum, and every signature matters.\n\nTake 30 seconds to sign the petition — link in bio 🔗\n\n#EndBatteryCages #AnimalRights #Advocacy" } ] }
json
application/json

OSINTChat