---
title: "Ingest Pack Pdf"
method: POST
path: "/api/packs/{pack_slug}/ingest"
---

# Ingest Pack Pdf

`POST /api/packs/{pack_slug}/ingest`

Ingest a PDF into a knowledge pack using pypdf (no Vision OCR).
Admin-only. Creates the pack's vector store if needed.

## Path parameters

- `pack_slug` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nexa/apis/farm-intel-api.md) · [All operations](https://skmtc.dev/nexa/apis/farm-intel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexa/farm-intel-api/revisions/b1933769082d/schema)
