UnifyAPI
← Back to catalog

telegram.send_document

mock data$0.001 / call

Send Telegram Document

⚡ ACTION: Send a file/document to a Telegram chat — PDF, CSV, ZIP, any format up to 50MB. Perfect for sending reports, data exports, generated files (Telegram Bot API)

Communicationprovider: Telegram#telegram#communication

Input schema

caption

Document caption

string
chat_idrequired

Target chat ID or @channel_username

string
documentrequired

Document URL (https://...) — PDF, CSV, ZIP, etc.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/telegram.send_document \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"caption":"<caption>","chat_id":"<chat_id>","document":"<document>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.