Verify your API key and check your plan details
Test your key by extracting content from a URL.
curl -X POST https://anno.evolvingintelligence.ai/v1/content/fetch \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'