---
title: "Upload de Documento - Multipart"
method: POST
path: "/api/upload"
---

# Upload de Documento - Multipart

`POST /api/upload`

Este endpoint é responsável por receber o upload de documentos via multipart que iniciarão processos de assinatura. Ele aceita dados de formulário multipart, incluindo o arquivo do documento e metadados relacionados.

## Query parameters

- `file` string, binary
- `type` string
- `name` string
- `company` string

## Response `200`

200

- object

## Other responses

- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/grafeno/apis/api-v2-grafeno.md) · [All operations](https://skmtc.net/grafeno/apis/api-v2-grafeno/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grafeno/api-v2-grafeno/versions/20f928f6933f/schema)
