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>"
]
}
'根据产出物 item_id 列表推荐匹配的蓝图
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>"
]
}
'