---
title: "Converts a document from one format to another"
method: POST
path: "/conversion"
tags: ["Conversion"]
---

# Converts a document from one format to another

`POST /conversion`

Creates a Conversion resource.

## Request body

- Conversion
  - `id` integer — identifier
  - `type` string — type of conversion e.g. 'financial-statement'
  - `url` string — url or subtype of conversion, e.g. 'other-accounting'
  - `status` string — conversion processing status
  - `file` string — name of file

## Response `201`

Conversion resource created

- Conversion
  - `id` integer — identifier
  - `type` string — type of conversion e.g. 'financial-statement'
  - `url` string — url or subtype of conversion, e.g. 'other-accounting'
  - `status` string — conversion processing status
  - `file` string — name of file

## Other responses

- `400` — Invalid input
- `422` — Unprocessable entity

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
