---
title: "Upload \"other\" files to credit request"
method: POST
path: "/credit-sessions/converted/{id}/files/other"
---

# Upload "other" files to credit request

`POST /credit-sessions/converted/{id}/files/other`

## Path parameters

- `id` string, required

## Request body

- object
  - `apiName` 'sessionBankBalance' | 'sessionTransactions' | 'sessionOwnerCreditReport' | 'sessionFinancialReports' | 'sessionCurrentYearBalanceSheet' | 'sessionTabo' | 'sessionAssessments' | 'sessionPortfolio' | 'sessionCarLicense' | 'sessionBid'
  - `file` object
    - `file` string — must be a base64 string
    - `fileName` string
    - `fileType` string

## Response `201`

Uploaded

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal server error

---

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