---
title: "POST /api/admin/actions/parse-url"
method: POST
path: "/api/admin/actions/parse-url"
tags: ["Admin"]
---

# POST /api/admin/actions/parse-url

`POST /api/admin/actions/parse-url`

## Request body

- object
  - `url` string, uri, required

## Response `200`

OK

- object
  - `text` string, required
  - `title` string, nullable, required
  - `siteName` string, nullable, required
  - `author` string, nullable, required
  - `canonicalUrl` string, required
  - `wordCount` integer, required
  - `readingTimeMinutes` integer, required
  - `contentChars` integer, required

---

[API](https://skmtc.dev/fromolive/apis/olive-api.md) · [All operations](https://skmtc.dev/fromolive/apis/olive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fromolive/olive-api/revisions/01f6261481a3/schema)
