Attach file to card

POST
https://example.kaiten.ru/api/latest/cards/{card_uid}/files
Path parameters
NameTypeReference
card_uidrequiredstringCard UID
Headers
NameValueDescription
AuthorizationrequiredBearer <token>API token is required
Content-Typemultipart/form-data
logo
Kaiten
If you have any questions or need help with integration feel free to write us at support@kaiten.io

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!