Files
crawlshot/Crawlshot API/Screenshots/Download Screenshot File.bru
2025-08-10 21:10:33 +08:00

16 lines
185 B
Plaintext

meta {
name: Download Screenshot File
type: http
seq: 3
}
get {
url: {{base_url}}/api/shot/:uuid/download
body: none
auth: bearer
}
auth:bearer {
token: {{api_token}}
}