Optional parameters can be passed alongside the requiredDocumentation Index
Fetch the complete documentation index at: https://docs.pixy.art/llms.txt
Use this file to discover all available pages before exploring further.
embedKey and launch source. They are set per editor launch.
saveButtonLabel
UsesaveButtonLabel to change the embedded editor’s save button text for your workflow. This is optional.
The label is limited to 32 characters. Longer values are truncated.
saveButtonLabel is omitted, the editor uses Export.
imageUrls
UseimageUrls to upload images into the editor as soon as it opens. Pixy uploads each URL into the embed organization’s media library and inserts it onto the canvas, the same way user-uploaded images are inserted.
You can pass up to 2 absolute http or https image URLs. imageUrls must be an array. Additional URLs are ignored.
imageUrls and omit width and height, Pixy uses the first image’s dimensions for the new canvas.
userId
UseuserId to associate the opened or newly created design with a user from your app. This is optional.
This is not a Pixy user id and does not need to exist in Pixy. It is stored as embed metadata on the design.
The value is limited to 128 characters. Longer values are truncated.
userId value when listing designs through the Automation API.
userId is omitted, the design is still saved and can still be listed without a user filter.