# Submit URLs to Bing & ChatGPT Instantly with IndexNow

**Use case:** 

Push new or updated URLs to Bing, ChatGPT and IndexNow-enabled engines for instant discovery.

## Input

```json
{
  "urls": [
    "https://heartcarvings.com/1.html"
  ],
  "key": "***",
  "keyLocation": "https://heartcarvings.com/2ab4dee533e049239ef00a952d391610.txt"
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "comments": {
    "label": "Comments",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Easy IndexNow](https://apify.com/onescales/easy-indexnow) with a specific input configuration. Visit the [Actor detail page](https://apify.com/onescales/easy-indexnow) to learn more, explore other use cases, and run it yourself.