Playground

Example Request
1let headers = new Headers();
2
3
4let formdata = new FormData();
5
6let requestOptions = {
7  method: 'POST',
8  body: formdata,
9  headers: headers,
10};
11
12fetch("", requestOptions)
13  .then(response => response.text())
14  .then(result => console.log(result))
15  .catch(error => console.log('error', error));

Api Key *

Please log in to use the sandbox

Imagine Playground is only available on desktop.
Sign in from your desktop to use Imagine Playground.

App Store CTAPlay Store CTA