---
title: "Ingest"
method: POST
path: "/api/v1/ingest"
---

# Ingest

`POST /api/v1/ingest`

Create celery ingest task. Return task_id to client in order to check status of task.

## Query parameters

- `query` string, required

## Response `202`

Successful Response

- TaskTicket — ID and status for the async tasks
  - `status` string, required
  - `task_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/forward-operators/apis/arxiv-publications-plugin.md) · [All operations](https://skmtc.dev/forward-operators/apis/arxiv-publications-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forward-operators/arxiv-publications-plugin/revisions/09d7eef4b7b0/schema)
