Overview
The Veritus Search API provides programmatic access to search research papers using various methods:- Keyword Search: Search using 3-10 keywords
- Query Search: Search using detailed natural language queries (50-5000 characters)
- Combined Search: Search using both keywords and queries for maximum flexibility
- Paper Retrieval: Get detailed information about specific papers by corpus ID
Getting Started
To get started with the API, check out the Quick Start Guide which includes complete workflow examples.API Reference
All API endpoints are documented in the API Reference tab. The endpoints are organized by category:- Search Jobs: Create and manage asynchronous search jobs
- Papers: Search and retrieve paper information
- API Management: Manage your account and credits
Key Concepts
- Asynchronous Jobs: Most searches are performed asynchronously. You create a job and check its status later, or use callbacks to be notified when complete.
- Credits System: All searches consume credits. Credits are deducted immediately when a job is created.
- Callbacks: Optionally receive webhook notifications when jobs complete instead of polling.
Next Steps
- Read about Authentication
- Learn about the Credits System
- Set up Callbacks for job notifications
- Review Error Handling for troubleshooting
- Check out Examples and Notes for additional guidance