protected
Scout API 1.0.0 — see schemas for shared types.
GET /api/protected/image/transparency/{string}
get_image_transparency
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
string |
path | string (path) | yes |
Responses
- 200 — OK
application/json→ ImageTransparencyResponse- 422 — Unprocessable Content
application/json→ ValidationError
GET /api/protected/image/{string}
get_image
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
string |
path | string (path) | yes | |
image_format |
query | string | no | |
background_color |
query | string | no |
Responses
GET /api/protected/video/{string}
get_video
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
string |
path | string (path) | yes |
Responses
GET /api/protected/{string}
get_signed_url
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
string |
path | string (path) | yes |
Responses
- 200 — OK
application/json→ SignedUrlResponse- 422 — Unprocessable Content
application/json→ ValidationError