| Name | Type | Reference |
|---|---|---|
| card_uidrequired | string | Card UID |
| Name | Value | Description |
|---|---|---|
| Authorizationrequired | Bearer <token> | API token is required |
| Content-Type | multipart/form-data |
Path Parameters
Upload file
1 curl --request POST \
2 --url 'https://example.kaiten.ru/api/latest/cards/{card_uid}/files' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: multipart/form-data' \
5
6 Response
ClickTry It!to start a request and see the response here!