---
title: "Bulk Upload Urls"
method: POST
path: "/v1/business/bot-data/bulk-upsert-urls"
tags: ["Botsonic Business Bot data"]
---

# Bulk Upload Urls

`POST /v1/business/bot-data/bulk-upsert-urls`

Upsert multiple URL's ( with validation ) from a bot

## Request body

- BulkUploadInput
  - `urls` string[], required — A list of URLs to be uploaded in bulk.
  - `sitemap_id` string — An optional sitemap ID associated with the uploaded URLs.
  - `is_sitemap` boolean — Set to `True` if the uploaded URLs are from a sitemap; otherwise, use `False`.
  - `sitemap_root` string — The root URL of the sitemap if `is_sitemap` is set to `True`.
  - `ability_id` string, uuid
  - `is_crawled` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/botsonic/apis/botsonic-api-docs.md) · [All operations](https://skmtc.dev/botsonic/apis/botsonic-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botsonic/botsonic-api-docs/revisions/8719fe19681e/schema)
