Image Generation API - Novassium
收藏RapidAPI2025-07-11 更新2025-07-12 收录
下载链接:
https://rapidapi.com/loquisoft-dRCg-TtB0/api/image-generation-api-novassium
下载链接
链接失效反馈官方服务:
资源简介:
Novassium text-to-image API enables users to generate high-quality images programmatically using various style presets and parameters.
创建时间:
2025-07-11
原始信息汇总
Image Generation API - Novassium 数据集概述
基本信息
- API名称: Image Generation API - Novassium
- 类别: Video, Images
- 费用: Free
- 订阅人数: 1
- 提供商: Loquisoft
API概述
Novassium text-to-image API 使用户能够通过编程方式生成高质量图像,支持多种风格预设和参数。
基础信息
- Base URL:
https://proxyle.com/api/novassium/v1 - 认证方式: 在请求头中传递API密钥
X-API-Key: your_api_key_here
主要端点
POST /generate
生成基于参数的图像。
请求参数 (JSON)
| 参数 | 类型 | 是否必需 | 描述 |
|---|---|---|---|
| prompt | string | 是 | 图像描述 |
| style_preset | string | 是 | 风格(如 photographic, anime, digital-art) |
| aspect_ratio | string | 是 | 宽高比:1:1, 2:3, 或 16:9 |
| samples | integer | 是 | 图像数量(1-7) |
| negative_prompt | string | 否 | 图像中需要排除的内容 |
| seed | integer | 否 | 随机种子(0-4294967294) |
| output_format | string | 是 | 输出格式:png, jpeg, 或 webp |
| width | integer | 否 | 宽度(64–16384像素),默认1024 |
| height | integer | 否 | 高度(64–16384像素),默认1024 |
示例请求
json { "prompt": "The exterior of a beautiful royal mansion", "style_preset": "photographic", "aspect_ratio": "16:9", "samples": 1, "negative_prompt": "No buildings or humans", "seed": 123456789, "output_format": "png", "width": 1920, "height": 1080 }
响应示例
成功响应 (200 OK) json { "success": true, "images": [ "https://proxyle-media.s3.amazonaws.com/file/a-beautiful-royal-mansion3.png" ], "remaining_credits": 997 }
错误响应 json { "success": false, "message": "Prompt is required." }
限制与支持
- 速率限制:
- 每小时100次请求/用户
- 每天2400次请求/用户
- 支持: 如需帮助,请联系 support@proxyle.com 或访问 https://t.me/proxyle



