Upload an item
POST/item.upload
Upload a file so that it can be sent as a chat message attachment. The returned object contains an item ID which can be used with [chat.post].
Required scope: item:write
OpenAPI Spec: chat.json
Request
Responses
- 200
- 400
- 401
- 405
- 415
- 500
Info retrieved successfully sent
Bad request.
Presented invalid authentication credentials.
An unsupported method was requested.
An unsupported media type was provided.
An internal error occured.