curl --request POST \
--url https://end-api.shallow.ink/api/blueprints/autofill \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"blueprint_code": "<string>"
}
'从蓝图解析数据自动提取设备、物品、功耗信息
curl --request POST \
--url https://end-api.shallow.ink/api/blueprints/autofill \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"blueprint_code": "<string>"
}
'