API key is needed to match the ownership of the domain along with submitted URLs; should be of minimum 8 characters.
Host your API key on the root directory in txt format. This will help in verifying the ownership of the submitted URLs
Webmasters can submit individual or bulk URLs. Just submit your key location as URL parameter.
URLs submitted and discovered by Bing can be seen in the Bing webmaster Tools portal (sign-in required)
You will need to host your UTF-8 key file at
with the key
https://www.bing.com/indexnow?url=http://www.example.com/product.html&key=
SUBMITTING SET OF URLS VIA AN HTTP REQUEST
To submit a set of URLs using an HTTP request, and issue your POST JSON request to the following URL:
POST /IndexNow HTTP/1.1
Content-Type: application/json; charset=utf-8
Host: api.indexnow.org
{
"host": "www.example.org",
"key": "
", "keyLocation": "https://www.example.org/
.txt", "urlList": [
"https://www.example.org/url1",
"https://www.example.org/folder/url2",
"https://www.example.org/url3"
]
}