AI Image Generator from a prompt using OpenAI API
This API accept and API key from OpenAI and a prompt and it will generate an image. You need to sign up for free to https://platform.openai.com. The free version has a cap limit, so be sure to have a valid API Key. Once done, go to https://platform.openai.com/account/api-keys and click "Create New Secret Key". Use that key in parameter "api_key".
AI Image Generator from a prompt using OpenAI API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
image /image |
Accepts a prompt ad an API key from https://platform.openai.com/account/api-keys. and generates an image. |
AI Image Generator from a prompt using OpenAI API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 10 / minute |
|
| ULTRA | $10 / month | — |
|