---
title: "Create a new spreadsheet"
method: POST
path: "/spreadsheets"
tags: ["Spreadsheet"]
---

# Create a new spreadsheet

`POST /spreadsheets`

#		Create a new spreadsheet
>*	Create a new spreadsheet with the provided details
>>*	Crie uma nova planilha com os detalhes fornecidos

## Request body

- DomainSpreadsheetRequest
  - `acquirer_company_id` integer
  - `card_network` string, required
  - `content_data` string, required
  - `name` string, required

## Response `201`

Created

- DomainSpreadsheetCreateResponse
  - `card_network` string
  - `company_id` integer
  - `content_hash` string
  - `extension_type` string
  - `link` string
  - `name` string
  - `status` string
  - `storage_file_name` string
  - `user_id` integer
  - `user_name` string

## Other responses

- `400` — Validation error in the parameters | Erro de validação nos parâmetros
- `401` — Unauthorized | Não autorizado
- `403` — Forbidden | Proibido
- `429` — Too Many Requests | Muitas requisições
- `500` — General errors, internal server error, etc... | Erros gerais, erro interno do servidor, etc...

---

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