---------- The URL for the API is: https://www.embossify.com/api.php ---------- The API accepts the following parameters: cmd = redeem, status, download thicker = lighter, darker width = 1-1999 depth = 1-1999 code = your bulk embossment code imageurl = urlencoded URL of JPG image bid = bid returned from api ---------- Responses from the API are JSON encoded, expect for successful responses to download API requests. Example requests and responses: https://www.embossify.com/api.php?cmd=redeem&thicker=lighter&width=120&depth=5&code=YOUR_BULK_EMBOSSMENT_CODE&imageurl=https%3A%2F%2Fwww.embossify.com%2Fassets%2Fimg%2Fmatsu.jpg {"error":"An error message here"} {"success":BID_RETURNED_FROM_API} https://www.embossify.com/api.php?cmd=status&bid=BID_RETURNED_FROM_API {"error":"An error message here"} {"status":"working"} {"status":"complete"} https://www.embossify.com/api.php?cmd=download&bid=BID_RETURNED_FROM_API {"error":"An error message here"} The actual STL file ---------- Usage: 1. Obtain a bulk embossment code from: https://www.embossify.com/bulk 2. Construct and transmit a redeem API request. The API will will respond with an error or success response. The success response will contain a bid that is needed for status and download requests. The API will deduct 1 use from your bulk embossment code for each success response. 3. Construct and transmit a status API request. The API will will respond with an error or status response. The status response will indicate "complete" when the embossment is ready to be downloaded. Please send no more 1 status request per second. 4. Construct and transmit a download API request. The API will will respond with an error or status response or the actual STL file. ---------- Please contact support with any questions.