Welcome to the

MunichRE Global Automation Sandbox!

We provide APIs to integrate with Global Automation iniatives.

Sign up Explore APIs

Our APIs

Send Email

Send new, reply, reply-all, or
forward email messages.

Try it out

POST /email/create/new

{
"from": "globalauto@munichre.com",
"to": "eday@munichre.com",
"subject": "Automated process complete",
"body": "Your automation request has successfully
completed. Please see attachment for
details.",
"importance": "normal",
"attachments": [
{
"name": "results.xlsx",
"bytes": "base64string"
}
]
}
POST /doc2json

{
"filename": "filename.pdf",
"bytes": "base64string"
}

Convert Documents
into JSON

Convert PDF or Word documents in
JSON format.

Try it out

About us