{ "operationId": "ImageGenerations_Create", "method": "POST", "path": "/deployments/{deployment-id}/images/generations", "summary": "Microsoft Azure Create Image Generations", "requestExamples": [ { "contentType": "application/json", "name": "ImagegenerationsCreateRequestExample", "example": { "prompt": "example_value", "n": 10, "size": "256x256", "quality": "standard", "style": "natural", "response_format": "url", "user": "example_value" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "ImagegenerationsCreate200Example", "example": { "created": 10, "data": [ { "url": "https://www.example.com", "b64_json": "example_value", "revised_prompt": "example_value" } ] } }, { "status": "default", "contentType": "application/json", "name": "ImagegenerationsCreatedefaultExample", "example": { "error": { "code": "example_value", "message": "example_value", "param": "example_value", "type": "example_value", "inner_error": { "code": "example_value", "content_filter_result": "example_value" } } } } ] }