Consult download_link response schema for resonse details and examples.
| Param name | Description |
|---|---|
|
data
optional |
Resource wrapper Validations:
|
|
data[type]
required |
Resource type Validations:
|
|
data[attributes]
optional |
Wrapper for entity attributes Validations:
|
|
data[attributes][angle]
optional , nil allowed |
Angle (lat+long), ex. H01 Validations:
|
|
data[attributes][resolution]
optional |
Desired image resolution Validations:
|
|
data[attributes][image_format]
optional |
Desired image format Validations:
|
|
data[attributes][spinner_video_id]
optional |
ID of the spinner video Validations:
|
|
data[attributes][client_ip]
required |
Client IP Validations:
|
|
data[attributes][session_id]
required |
Client session ID Validations:
|
|
data[attributes][asset_protocol]
optional |
Protocol to use for asset link Validations:
|
|
data[attributes][attachment]
optional , nil allowed |
Flag indicating desire to return content-disposition as attachment Validations:
|
| Header name | Description |
|---|---|
|
Accept required |
application/vnd.api+json; com.pixelsquid.api.version=1 |
|
Authorization required |
Base64 encoding of [key_id]:[secret]
For example: key_id: DEVELOPER_PACK secret: pixelsquidsample |
|
X-Client-External-User-ID optional |
You may pass this header to associate any api requests with the unique identifier of the end user. |