- 后台接口
- 前台接口
- 【新】后台接口
- 【新】前台接口
绘画详情
开发中
GET
api/draw.Draw/detail
请求参数
Query 参数
id
string
绘画id
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'api/draw.Draw/detail?id'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
id
integer
必需
user_id
integer
必需
type
integer
必需
action
string
必需
prompt
string
必需
prompt_en
string
必需
prompt_desc
string
必需
prompt_other
string
必需
image
string
必需
image_base
string
必需
image_url
string
必需
image_id
null
必需
scale
string
必需
task_id
string
必需
thumbnail
string
必需
able_actions
null
必需
use_tokens
integer
必需
fail_reason
null
必需
model
string
必需
version
string
必需
negative_prompt
string
必需
style
string
必需
quality
string
必需
engine
string
必需
create_time
string
必需
complex_params
string
必需
loras
string
必需
nickname
string
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 96,
"user_id": 10,
"type": 2,
"action": "generate",
"prompt": "This photo is a beautiful beach under the moonlight, scattered with many colorful and light pink camellias and translucent, round, shiny pebbles. The light pink camellias and pebbles with agate textures gradually turn into white and beautiful light pink camellias and pebbles, emitting a soft yellow color. The light pink camellias and pebbles emit purple colors, shining with various colors, crystal clear, sparkling lights, and dazzling brightness. Rose petals are sprinkled on the agate, and small chrysanthemums are floating, creating a garden-style with an ultra-wide-angle high-definition 8k resolution. It looks stunning on the pebbles and with a wide-angle lens, smooth and delicate",
"prompt_en": "This photo is a beautiful beach under the moonlight, scattered with many colorful and light pink camellias and translucent, round, shiny pebbles. The light pink camellias and pebbles with agate textures gradually turn into white and beautiful light pink camellias and pebbles, emitting a soft yellow color. The light pink camellias and pebbles emit purple colors, shining with various colors, crystal clear, sparkling lights, and dazzling brightness. Rose petals are sprinkled on the agate, and small chrysanthemums are floating, creating a garden-style with an ultra-wide-angle high-definition 8k resolution. It looks stunning on the pebbles and with a wide-angle lens, smooth and delicate",
"prompt_desc": "This photo is a beautiful beach under the moonlight, scattered with many colorful and light pink camellias and translucent, round, shiny pebbles. The light pink camellias and pebbles with agate textures gradually turn into white and beautiful light pink camellias and pebbles, emitting a soft yellow color. The light pink camellias and pebbles emit purple colors, shining with various colors, crystal clear, sparkling lights, and dazzling brightness. Rose petals are sprinkled on the agate, and small chrysanthemums are floating, creating a garden-style with an ultra-wide-angle high-definition 8k resolution. It looks stunning on the pebbles and with a wide-angle lens, smooth and delicate",
"prompt_other": "",
"image": "http://www.php-cw.localhost/uploads/draw/20240718/96876811b916a8c5c01f11cc189207a8.png",
"image_base": "https://php-cw.yixiangonline.com/uploads/images/20240718/202407181654334be3f7401.jpg",
"image_url": "uploads/draw/20240718/96876811b916a8c5c01f11cc189207a8.png",
"image_id": null,
"scale": "512x512",
"task_id": "0",
"thumbnail": "uploads/thumbnail/20240718/96876811b916a8c5c01f11cc189207a8.png",
"able_actions": null,
"use_tokens": 10,
"fail_reason": null,
"model": "sd",
"version": "",
"negative_prompt": "",
"style": "default",
"quality": "",
"engine": "pixel-art-xl-v1.1",
"create_time": "2024-07-18 16:54:35",
"complex_params": "{\"step\":\"20\",\"sampler_name\":\"Euler a\",\"seed\":\"-1\",\"cfg_scale\":\"7\"}",
"loras":"[\"\中\式\审\美\"]",
"nickname": "正在研究在3小时内如何睡够8小时"
}
}
修改于 2024-07-25 09:49:00