Endpoint Examples
Create Image
This endpoint generates an image from OpenAI’s models.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The model to use (e.g., dall-e-2-mini
).
Prompt for the image generation.