Skip to main content
POST
/
api
/
blueprints
/
recommend
蓝图推荐
curl --request POST \
  --url https://end-api.shallow.ink/api/blueprints/recommend \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "item_ids": [
    "<string>"
  ]
}
'

Authorizations

X-API-Key
string
header
required

第三方开发者 API Key(格式:sk_xxx)

Body

application/json
item_ids
string[]
required

产出物 item_id 列表

Response

200

推荐蓝图列表