---
title: "Create Citations"
method: POST
path: "/api/assistant/create_citations"
tags: ["assistant"]
---

# Create Citations

`POST /api/assistant/create_citations`

Endpoint to extract statements and their corresponding citations for a given message ID.

Args:
    message_id: The ID of the message to process.

Returns:
    A StatementCitationMap mapping statement texts to their supporting citation indices.

## Request body

- BodyCreateCitationsApiAssistantCreateCitationsPost
  - `message_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/8ff0e02c3252/schema)
