Skip to main content
All API endpoints require authentication using an API key. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY

Getting Your API Key

To obtain an API key, you have two options:
  1. Create an account: Visit discover.veritus.ai, create an account, and grab your API key from the dashboard.
  2. Contact support: Reach out to [email protected] for assistance.
We are currently only accepting academic email addresses for account registration.

Usage Example

curl -X GET "https://discover.veritus.ai/api/v1/user/getCredits" \
  -H "Authorization: Bearer YOUR_API_KEY"

Important Notes

  • Always keep your API key secure and never expose it in client-side code
  • Include the Bearer prefix before your API key
  • The API key must be included in every request