Skip to main content
Welcome to the Veritus Search API documentation. This API allows you to search for research papers, create asynchronous search jobs, and manage your account.

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:

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