Files: Overview of Methods
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
This section contains methods for uploading files to the chat on behalf of the bot and obtaining a link to download an already uploaded file.
Quick navigation: all methods
How to Work with Files
- Use imbot.v2.File.upload to upload a file to the chat and, if necessary, send it along with a message.
- Use imbot.v2.File.download to obtain a link for downloading the file.
Overview of Methods
Scope:
imbotWho can execute the methods: owner of the registered bot
|
Method |
Description |
|
Uploads a file to the chat |
|
|
Returns a link for downloading the file |
Continue Your Exploration
Copied
Previous