POST request.authorization field. The body of the request must bemultipart/form-data, and the accept header should be set to one of the following:image/* to receive the image in the format specified by the output_format parameter.application/json to receive the image encoded as base64 in a JSON response.promptaspect_rationegative_promptseedstyle_presetoutput_formatNote: for more details about these parameters please see the request schema below.
curl --location --request POST '/sd/v2beta/stable-image/generate/core' \
--header 'authorization;' \
--header 'accept;' \
--form 'prompt=""' \
--form 'aspect_ratio="1:1"' \
--form 'negative_prompt=""' \
--form 'seed=""' \
--form 'style_preset=""' \
--form 'output_format="png"'{}