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=""'{}