Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
/v1/images/edits
Synopsis
- data CreateImageEdit = CreateImageEdit {}
- _CreateImageEdit :: CreateImageEdit
- data ResponseFormat
- type API = "edits" :> (MultipartForm Tmp CreateImageEdit :> Post '[JSON] (ListOf ImageObject))
Main types
data CreateImageEdit Source #
Request body for /v1/images/edits
Instances
_CreateImageEdit :: CreateImageEdit Source #
Default CreateImageEdit
Other types
data ResponseFormat Source #
The format in which the generated images are returned
Instances
Servant
type API = "edits" :> (MultipartForm Tmp CreateImageEdit :> Post '[JSON] (ListOf ImageObject)) Source #
Servant API