---
title: "Get Document Source File Url"
method: GET
path: "/v1/convai/knowledge-base/{documentation_id}/source-file-url"
tags: ["Agents Platform"]
---

# Get Document Source File Url

`GET /v1/convai/knowledge-base/{documentation_id}/source-file-url`

Get a signed URL to download the original source file of a file-type document from the knowledge base

## Path parameters

- `documentation_id` string, required — The id of a document from the knowledge base. This is returned on document addition.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- KnowledgeBaseSourceFileUrlResponseModel
  - `signed_url` string, required — Signed URL to download the source file directly

## Other responses

- `422` — Validation Error

---

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