Quick Start Guide
Welcome to OnlyOneAPI! This guide will help you get started in just a few minutes.
1. Get your API Key
First, you'll need an API key. Head over to the Portal to generate your key.
2. Make your first request
curl -X POST https://api.onlyoneapi.com/text/analyze \
-H"Authorization: Bearer YOUR_API_KEY" \
-H"Content-Type: application/json" \
-d '{"text":"Hello, OnlyOneAPI!"}'
3. Explore the API
Check out our Playground to test endpoints interactively, or browse the API Reference tab above.
Try our popular Sentiment Analysis module to analyze text sentiment, entities, and keywords.