---
title: "Parses html content or any arbitrary text for links and returns result of `check_urls`"
method: POST
path: "/api/parse_urls"
tags: ["pyLoad REST"]
---

# Parses html content or any arbitrary text for links and returns result of `check_urls`

`POST /api/parse_urls`

Parses html content or any arbitrary text for links and returns result of `check_urls`

## Request body

- object
  - `html` string, nullable — html source
  - `url` string, nullable — url to load html source from

## Response `200`

- object

---

[API](https://skmtc.net/pyload/apis/pyload-api-documentation-openapi.md) · [All operations](https://skmtc.net/pyload/apis/pyload-api-documentation-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pyload/pyload-api-documentation-openapi/versions/00b0770e3fa6/schema)
