Open API

Upload attachment file

Upload a file and get attachment_id for later use in chat/message APIs.

post/api/v1/file

Response

OK

statusstring
messagestring nullable

Example response

{
  "status": "ok"
}

Changes