---
title: "Add website as Lyro data source (scraping)"
method: POST
path: "/lyro/data-sources/website/scrape"
tags: ["Lyro"]
---

# Add website as Lyro data source (scraping)

`POST /lyro/data-sources/website/scrape`

This API endpoint allows you to submit a website URL to be scraped and used as a knowledge data source for the Lyro AI Agent.

Each URL must be unique per project. If the URL already exists, a `409 Conflict` response will be returned.

## Response `201`

Entity was created and their id is returned

## Other responses

- `409` — URL already exists for this project
- `422` — Validation error

---

[API](https://skmtc.dev/tidio/apis/tidio-openapi.md) · [All operations](https://skmtc.dev/tidio/apis/tidio-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tidio/tidio-openapi/revisions/60b2d5edc91f/schema)
