Create Embroidery Effect API
Authorizations
x-api-keystringRequired
API key required for authentication.
Header parameters
Acceptstring ยท enumRequiredPossible values:
The request must accept JSON responses.
x-api-keystringRequiredExample:
API key required for authentication.
YOUR_API_KEY_HEREBody
image_urlstring ยท uriOptionalExample:
URL of the image to process. Either image_url or image_data_b64 must be provided.
https://example.com/my-design.pngimage_data_b64stringOptionalExample:
Base64-encoded image data. Either image_url or image_data_b64 must be provided.
iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==Responses
200
Embroidery effect successfully generated.
application/json
400
Bad request due to invalid input parameters. Either image_url or image_data_b64 must be provided.
401
Unauthorized request, invalid or missing API key.
403
Insufficient credits for this action.
application/json
500
Failed to process embroidery request.
application/json
post
/tools/embroideryOverview
Provide artwork from a public URL or Base64
Output
Credit cost
Tips for best results
Try it out in the API Playground
Last updated