---
title: "Get content"
method: GET
path: "/api/content/{content_id}"
tags: ["Media"]
---

# Get content

`GET /api/content/{content_id}`

Serves hosted content (PDFs, documents) by ID. Content is created when
the model generates a PDF via the `export_to_pdf` tool during a chat response.

The response will contain a link like `https://search.elixpo.com/api/content/{id}`.
Content has a 7-day TTL and is cleaned up automatically. No auth required.

## Path parameters

- `content_id` string, required

## Response `200`

Content file (typically PDF)

## Other responses

- `404` — Content not found

---

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