mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-23 07:01:35 +00:00
8 lines
203 B
Bash
Executable File
8 lines
203 B
Bash
Executable File
curl "https://api.m3o.com/v1/thumbnail/Screenshot" \
|
|
-H "Content-Type: application/json" \
|
|
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
|
-d '{
|
|
"height": 600,
|
|
"url": "https://m3o.com",
|
|
"width": 600
|
|
}' |