---
title: "Enrich a URL or text with Topics"
method: POST
path: "/content/enrich"
tags: ["Content"]
---

# Enrich a URL or text with Topics

`POST /content/enrich`

Enrich a URL or text with Topics and Inferred Topics

## Query parameters

- `url` string
- `text` string

## Response `200`

Content Enrichment Response

- object
  - `_meta` object — Response Metadata
  - `data` object — Response Payload
    - `inferred_topics` object — The inferred topics that were captured from the input
    - `input` string — The input text or URL that was enriched
    - `topics` object — The topics that were inferred from the input
  - `request_id` string
  - `status` integer — HTTP Status Code

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/lytics/apis/lytics-api.md) · [All operations](https://skmtc.net/lytics/apis/lytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lytics/lytics-api/revisions/366eeabcb6de/schema)
