GET URLImage/Get?apiKey={apiKey}&url={url}&width={width}&height={height}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
apiKey
Documentation for 'apiKey'.

Define this parameter in the request URI.

url
Documentation for 'url'.

Define this parameter in the request URI.

width
Documentation for 'width'.

Define this parameter in the request URI.

height
Documentation for 'height'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Validation": {
    "isSuccess": true,
    "Message": "sample string 2"
  },
  "Base64": "sample string 1",
  "url": "sample string 2"
}

application/xml, text/xml

Sample:
<dtoImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCModel">
  <Base64>sample string 1</Base64>
  <Validation>
    <Message>sample string 2</Message>
    <isSuccess>true</isSuccess>
  </Validation>
  <url>sample string 2</url>
</dtoImage>