curl -X POST "https://app.mavera.io/api/v1/news/stories/STORY_ID/chat" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"message": "What are the key implications of this story?"}'
Have a conversation with AI about a news story. Ask questions, get analysis, and understand the story better. Uses credits.
POST
/
news
/
stories
/
{id}
/
chat
Copy
Ask AI
curl -X POST "https://app.mavera.io/api/v1/news/stories/STORY_ID/chat" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"message": "What are the key implications of this story?"}'