POST api2/watermark_start/{guid}/{theme_settings_id}/{order_id}/{project_id}.json
Start Watermark Process
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | string |
Required |
|
| order_id | integer |
Required |
|
| project_id | integer |
Required |
|
| theme_settings_id | integer |
Required |
|
| guid | string |
None. |
|
| theme_settings_id | string |
None. |
|
| order_id | string |
None. |
|
| project_id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
API.Models.WatermarkURLs| Name | Description | Type | Additional information |
|---|---|---|---|
| download_url |
Download URL |
string |
None. |
| status_url |
Watermark processing status |
string |
None. |
| start_url |
Start Watermark processing |
string |
None. |
Response Formats
{
"download_url": "sample string 1",
"status_url": "sample string 2",
"start_url": "sample string 3"
}