API REFERENCE

Bing IndexNow API Documentation

Bing's implementation of the IndexNow API follows the open specification closely but has a few specific behaviors worth knowing. This page covers Bing-specific endpoints, limits, and response behaviors.

Bing IndexNow Endpoints

MethodEndpointUse
GEThttps://www.bing.com/indexnow?url={url}&key={key}Single URL submission
GEThttps://api.indexnow.org/indexnow?url={url}&key={key}Single URL (multi-engine)
POSThttps://www.bing.com/indexnowBulk URL submission (Bing direct)
POSThttps://api.indexnow.org/indexnowBulk URL submission (all engines)

Bing-Specific Limits

LimitValue
Max URLs per POST request10,000
Max URL length2,048 characters
Rate limit (per domain per day)Not publicly documented; excessive submissions may trigger 429
Key length8–128 alphanumeric characters
Processing time (typical)1–4 hours for crawl initiation

Response Codes

200
OK URLs received and queued for crawling
202
Accepted Request accepted; URLs will be crawled at Bing's discretion
400
Bad Request Invalid format missing fields, malformed JSON, or empty urlList
403
Forbidden Key verification failed key file missing, inaccessible, or content mismatch
422
Unprocessable Entity URLs don't belong to the specified host
429
Too Many Requests Rate limit exceeded implement backoff and retry