feat(api): add sticker video download endpoint documentation
Browse filesAdded documentation for the new sticker video (MP4) download endpoint including path parameters, query parameters, and supported device types. This endpoint allows downloading video files that combine sticker images and sounds.
API.md
CHANGED
|
@@ -168,6 +168,26 @@ Download the main sound file for a sticker product.
|
|
| 168 |
- `device_type`: string (optional, default: 'ios')
|
| 169 |
- Values: 'ios', 'android', 'pc'
|
| 170 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
---
|
| 172 |
|
| 173 |
## Download Emojis
|
|
|
|
| 168 |
- `device_type`: string (optional, default: 'ios')
|
| 169 |
- Values: 'ios', 'android', 'pc'
|
| 170 |
|
| 171 |
+
### Sticker video (MP4)
|
| 172 |
+
|
| 173 |
+
`GET /api/download/sticker/mp4/single/:stickerId`
|
| 174 |
+
|
| 175 |
+
Download a video file combining sticker image and sound.
|
| 176 |
+
|
| 177 |
+
#### Path Parameters
|
| 178 |
+
|
| 179 |
+
- `stickerId`: number (integer)
|
| 180 |
+
- Individual sticker ID
|
| 181 |
+
|
| 182 |
+
#### Query Parameters
|
| 183 |
+
|
| 184 |
+
- `device_type`: string (optional, default: 'ios')
|
| 185 |
+
- Values: 'ios', 'android'
|
| 186 |
+
- `is_static`: boolean (optional, default: false)
|
| 187 |
+
- If true, downloads static version
|
| 188 |
+
- `size`: number (optional, default: 2)
|
| 189 |
+
- Values: 1 (normal), 2 (high resolution)
|
| 190 |
+
|
| 191 |
---
|
| 192 |
|
| 193 |
## Download Emojis
|