Authentication
Simple API key authentication for secure access
Fast Response
Low latency endpoints for real-time applications
Documentation
Comprehensive docs with code examples
# Generate a post
curl -X POST https://api.linkedai.com/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"topic": "leadership", "tone": "professional"}'