Media
Developing
POST
https://rest.qikberry.ai/v1/rcs/messages
Media Type | Document Type | Extension(s) | Compatible with Rich Cards |
---|---|---|---|
application/ogg | OGG audio | .ogx | ❌ |
application/pdf | .pdf | ❌ | |
audio/aac | AAC audio | .aac | ❌ |
audio/mp3 | MP3 audio | .mp3 | ❌ |
audio/mpeg | MPEG audio | .mpeg | ❌ |
audio/mpg | MPG audio | .mp3 | ❌ |
audio/mp4 | MP4 audio | .mp4 | ❌ |
audio/mp4-latm | MP4-latm audio | .mp4 | ❌ |
audio/3gpp | 3GPP audio | .3gp | ❌ |
image/jpeg | JPEG image | .jpeg , .jpg | ✅ |
image/gif | GIF image | .gif | ✅ |
image/png | PNG image | .png | ✅ |
video/h263 | H263 video | .h263 | ✅ |
video/m4v | M4V video | .m4v | ✅ |
video/mp4 | MP4 video | .mp4 | ✅ |
video/mpg4 | MPEG-4 video | .mp4 , .m4p | ✅ |
video/mpeg | MPEG video | .mpeg | ✅ |
video/webm | WEBM video | .webm | ✅ |
When you send a message with an image, video, audio, or PDF file, your agent must provide a publicly accessible URL for the content or directly upload the file. For media files, you can also specify a thumbnail image that lets users preview the content before clicking on it. For audio files, the default audio widget is used as a placeholder.
Request
Header Params
Authorization
string
required
Example:
Bearer <ACCESS_TOKEN>
Content-Type
string
required
Example:
application/json
Body Params application/json
Responses
Modified at 2025-06-03 08:44:45