---
title: "Get Knowledge Base From Custom Url"
method: GET
path: "/knowledge-bases/customization/custom_url"
tags: ["Knowledge Base Customizations"]
---

# Get Knowledge Base From Custom Url

`GET /knowledge-bases/customization/custom_url`

Endpoint to get a knowledge base customization based on the custom url

## Query parameters

- `custom_url` string, required
- `kb_id` string
- `token` string
- `modeltype` string
- `logo` string
- `mode` string

## Response `200`

Successful Response

- CustomizationResponse
  - `title` string
  - `favicon` string
  - `meta` string
  - `meta_description` string
  - `meta_image` string
  - `sharing_link` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
