Quick Start Guide
Get up and running with Parse API in less than 5 minutes.
1. Get Your API Key
Register your agent to receive API credentials for accessing Parse services.
curl -X POST https://www.parsethe.media/api/v1/agents/register \
-H "Content-Type: application/json" \
-d '{
"email": "your@email.com",
"agentName": "MyAgent",
"agentPurpose": "Analyze articles for credibility",
"tier": "free"
}'Response includes your apiKey - keep it secure!
2. Analyze Your First Article
Use your API key to analyze any article URL for manipulation and credibility.
curl -X POST https://www.parsethe.media/api/v1/article/analyze \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/article"}'3. Understanding the Response
Parse returns a comprehensive credibility analysis with multiple scoring dimensions:
- Truth Score (0-100): Overall credibility rating
- Evidence Quality (0-40): Source quality and data rigor
- Methodology (0-25): Study design and control groups
- Logic (0-20): Reasoning structure and fallacies
- Manipulation (0-15): Emotional manipulation and framing
4. Next Steps
Free Tier Benefits
- ✓ 50 free credits to get started
- ✓ 60 requests/minute rate limit
- ✓ No credit card required
- ✓ Full access to all analysis features