---
title: "Upload Document Image"
method: POST
path: "/documents/images"
tags: ["documents"]
---

# Upload Document Image

`POST /documents/images`

## Query parameters

- `document_artifact_id` string, nullable
- `workspace_id` string, required

## Response `200`

Successful Response

- DocumentImageResponse
  - `file_id` string, required
  - `url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
