Skip to main content

TitanX API v1 ⚠️

This API version is deprecated. We strongly recommend migrating to API v2 for continued support, new features, and enhanced functionality.

Base URL

https://app.titanx.io/api

Deprecation Notice

API v1 will be discontinued in future releases. This version has limited support and will not receive new features or improvements.

Why Migrate to v2?

Featurev1v2
Credit Tracking✅ Enhanced credit usage reporting
Response Format❌ Inconsistent✅ Standardized format
Error Handling❌ Basic✅ Detailed error messages
Performance❌ Limited✅ Optimized for speed
Support⚠️ Limited✅ Full support
New Features❌ None✅ Regular updates

Migration Guide

Jobs Endpoints

  • GET /api/jobsGET /api/public/v2/jobs
  • GET /api/jobs/{id}GET /api/public/v2/jobs/{jobId}

Contact Endpoints

  • POST /api/contacts/scorePOST /api/public/v2/contacts/score

Authentication

v1 endpoints still require Bearer token authentication:
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://app.titanx.io/api/jobs

Available v1 Endpoints

All v1 endpoints below are deprecated. Click on each endpoint to see migration instructions and v2 alternatives.
The following legacy endpoints are still available but deprecated:
  • Contact Data (Deprecated): Legacy contact scoring and enrichment
  • Jobs (Deprecated): Basic job management without enhanced features

Ready to Migrate?

Get Started with API v2 - Learn about the enhanced features and improved developer experience.