Here there is not really much to it but we include at least one example to set crystal clear the required JSON format for a conversion from, for example, a Word (.docx) document into PDF:
{
"input": "docx",
"output": "pdf",
"source": " base64 encoded file to be converted "
}