{"to":"6281234567890","file":"https://static.whatspi.id/example/example-pdf.pdf","caption":"Welcome back to WhatsPi","mimetype":"application/pdf","file_name":"whatspi.pdf"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/module/v1/message/send-document' \
--header'Content-Type: application/json' \
--data-raw'{
"to": "6281234567890",
"file": "https://static.whatspi.id/example/example-pdf.pdf",
"caption": "Welcome back to WhatsPi",
"mimetype": "application/pdf",
"file_name": "whatspi.pdf"
}'