cURL
Generate content using the TrendScribbr API from the command line.
bash
curl -X POST "https://your-domain.com/agents/api/articles/generate/" \
-H "X-API-Key: your-api-key-here" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "content_type=article" \
-d "custom_topic=The Future of AI in Healthcare"