ImageUploadUrlSchema
signed_urlstringrequired
Presigned S3 URL. Upload the image bytes with an HTTP PUT to this URL.
filenamestringrequired
S3 key for the uploaded image. Pass this as image_url in Generate image from image.
ImageUploadUrlSchema
{
"signed_url": "string",
"filename": "string"
}
Was this page helpful?