Our indexing API lets you integrate Velocity Index into your workflow. Submit URLs, track indexing jobs, and manage your account programmatically via our REST API.
Submit a single URL for instant indexing across Google, Bing, and Yandex. Returns a job ID for tracking.
Submit up to 1,000 URLs in a single request for batch processing with intelligent queue management.
Check the real-time status of any indexing job. Returns per-engine results and HTTP response codes.
View your full indexing queue: pending, processing, and completed jobs with timestamps and details.
Retrieve account usage, credits remaining, and plan details. Filter by day, week, or month period.
Public health check endpoint. No authentication required. Use it to monitor API uptime in your systems.
Include your API key as a Bearer token in the Authorization header of every request. Generate your key in the Dashboard under Settings > API.
The default rate limit is 100 requests per minute. Enterprise plans have higher limits. Contact support if you need more.
Google (Indexing API v3), Bing (Webmaster Tools API), and Yandex (Webmaster API). You can target specific engines with the engine parameter or submit to all three simultaneously.
Yes. The REST API is platform-agnostic. Any application that can make HTTP requests can use it, including custom CMS platforms, static sites, and CI/CD pipelines.