---
title: "Classify a URL"
method: POST
path: "/content/classify"
tags: ["Content"]
---

# Classify a URL

`POST /content/classify`

The Classification API classifies a URL and returns all the extracted content and steps taken to classify the content.

## Query parameters

- `url` string, required

## Response `200`

Content Classification Response

- object
  - `_meta` object — Response Metadata
  - `data` object — Response Payload
    - `content` object — The content that was classified
    - `steps` unknown[] — The steps that were taken to classify the content
      - unknown
  - `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)
