nowapi-image uses https://api.aiid.edu.kg by default and reads authentication information from NOWAPI_API_KEY.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate and edit images with NowAPI, including asynchronous Responses API image tasks.
nowapi-image uses https://api.aiid.edu.kg by default and reads authentication information from NOWAPI_API_KEY.
| Command | API | Purpose |
|---|---|---|
models | GET /v1/models | List available models |
generate | POST /v1/images/generations | Generate images |
edit | POST /v1/images/edits | Edit images |
responses-create | POST /v1/responses | Create asynchronous image tasks |
responses-get | GET /v1/responses/{response_id} | Query asynchronous image tasks |
node scripts/nowapi-image.mjs models
node scripts/nowapi-image.mjs generate --json image-request.json
node scripts/nowapi-image.mjs edit --json edit-request.json
node scripts/nowapi-image.mjs responses-create --json responses-request.json
node scripts/nowapi-image.mjs responses-get --id resp_xxx
