<?xml version="1.0"?>
<query>
<userid>[UserID]</userid> <!-- required-->
<userkey>[UserKey]</userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<format>
<crop_top>[CropTop]</crop_top>
<crop_right>[CropRight]</crop_right>
<crop_bottom>[CropBottom]</crop_bottom>
<crop_left>[CropLeft]</crop_left>
</format>
</query>
{
"query": {
"userid": "[UserID]",
"userkey": "[UserKey]",
"action": "[Action]",
"format": {
"crop_top": "[CropTop]",
"crop_right": "[CropRight]",
"crop_bottom": "[CropBottom]",
"crop_left": "[CropLeft]"
}
}
}
Parameter | Description | Allowed Values | Default Values |
---|---|---|---|
crop_top | Specify the top crop band size in pixels. | Positive integer | None |
crop_right | Specify the right crop band size in pixels. | Positive integer | None |
crop_bottom | Specify the bottom crop band size in pixels. | Positive integer | None |
crop_left | Specify the left crop band size in pixels. | Positive integer | None |