- 无界AI企业服务
- 无界AI企业智能客服
- 更新日志
- 公告
- API接入指南
- 作画指南
- AI专业版作画
- AI普通版作画
- AI视频生视频
- AI咒语解析
- 付费开通API
- AI化身&个性相机
- 提升作画效率
- 自定义镜像
- 用户账户
- LLM对话聊天
- 实验室
发起咒语解析
POST
https://gate.wujieai.net/wj-open/v1/ai/spell_analysis/create
AI咒语解析
付费开通:该接口为付费开通接口,调用前需要联系商务,协助您开通使用
x-apifox-folder:AI咒语解析
请求参数
Body 参数application/json
image_url
string <string>
咒语解析图片
示例值:
https://cdn.wujiebantu.com/ai/C837D53F842A48AEDFA7DA2976D834FE-01.png
notify_url
string <string>
可选
回调重试规则:
1.
2.
回调报文:
{
"code": 0,
"key": "F9759686020B5F5E4AF170AE542722AA",
"success": true,
"tagList": [
"it is easy to see two faces with chinese characters in the middle, in the style of absurd doodle, sabattier filter, old memecore, white and black, alex hirsch, rounded, oshare kei ",
"two faces with signs pointing at chinese characters, in the style of simple line drawings, meme art, plush doll art, webcam, animated gifs, candid moments captured, caricature like ",
"two cartoon faces stand in front of each other and are holding a question mark, in the style of xu bing ",
"two faces holding an expression that says i am not a man?'', in the style of traditional chinese, #screenshotsaturday, animated gifs, holotone printing, webcam, elongated figures, yuan dynasty "
]
}
示例值:
www.reuben-mohr.net
spell_analysis_model
integer <int32>
可选
示例值:
333
示例
{
"image_url": "https://cdn.wujiebantu.com/ai/C837D53F842A48AEDFA7DA2976D834FE-01.png",
"notify_url": "www.reuben-mohr.net",
"spell_analysis_model": 617
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gate.wujieai.net/wj-open/v1/ai/spell_analysis/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "https://cdn.wujiebantu.com/ai/C837D53F842A48AEDFA7DA2976D834FE-01.png",
"notify_url": "www.reuben-mohr.net",
"spell_analysis_model": 617
}'
返回响应
🟢200成功
*/*
Body
code
string <string>
响应code
示例值:
200
message
string <string>
失败信息
示例值:
success
data
object (SpellAnalysisKeysVo_response)
可选
key
string <string>
咒语解 析key
示例值:
C5B5FE8DBF3679D9049342C130341BD9
示例
{
"code": "200",
"message": "success",
"data": {
"key": "C5B5FE8DBF3679D9049342C130341BD9"
}
}
修改于 2025-04-15 03:20:46