POST api/HEICtoJPG/HEICToJPGConvert

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

HEICtoJPGOut
NameDescriptionTypeAdditional information
StatusCode

integer

None.

Message

string

None.

Base64String

string

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": 1,
  "Message": "sample string 2",
  "Base64String": "sample string 3"
}

application/xml, text/xml

Sample:
<HEICtoJPGOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HEIC_to_JPG_API.Models">
  <Base64String>sample string 3</Base64String>
  <Message>sample string 2</Message>
  <StatusCode>1</StatusCode>
</HEICtoJPGOut>