---
title: "Upload File By Url"
method: POST
path: "/api/v1/file/upload/url"
tags: ["file"]
---

# Upload File By Url

`POST /api/v1/file/upload/url`

Upload File By Url

## Request body

- DomainUploadByUrlReq
  - `kb_id` string
  - `url` string, required

## Response `200`

OK

- object
  - `data` DomainObjectUploadResp
    - `filename` string
    - `key` string
  - `message` string
  - `success` boolean

## Changes

- **2026-02-26** `b2245bae58c0` — 1 info
  - endpoint added
- **2025-10-20** `381889362c45` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chaitin/apis/panda-wiki-api/changes/api/v1/file/upload/url/post.md)

---

[API](https://skmtc.dev/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.dev/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/revisions/c088839a56db/schema)
