12345678910111213141516171819202122232425262728293031323334 |
- -
- name: AI海报
- request:
- method: post
- url: /aicloud-api/xcdmx/interface/api/AlterAIController/crateRegionalLayoutAI
- headers:
- opertoken: ${read_yaml(token)}
- "Mi": ${genRat("/aicloud-api/xcdmx/interface/api/AlterAIController/crateRegionalLayoutAI")}
- json:
- batch_size: 1
- seq_id: ${get_random_string()}
- content: "操场上奔跑"
- extra_message: [
- {
- "key": "instances",
- "value": [
- "操场上奔跑"
- ]
- },
- {
- "key": "bboxes",
- "value": [
- [
- 0.45117,
- 0.45117,
- 0.54883,
- 0.54883
- ]
- ]
- }
- ]
- resolution_ratio: [1,1]
- validate:
- - contains: 200
|