lookupCatalogBatchPublic
Batch external-id reverse-lookup (≤100 pairs); misses return a null work in order
post
/v1/catalog/lookup/batch scope
catalog:readAuthorization: Bearer nm_live_…请求体
application/json
itemsobject[]required nullableexternal_idstringrequiredsourcestringrequired
响应
codeintegerint64 requireddataobjectitemsobject[]required nullable
messagestringrequired
请求示例
cURL
curl -X POST "https://api.nextmoe.dev/v1/catalog/lookup/batch" \
-H "Authorization: Bearer nm_live_<YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{"items":[{"external_id":"string","source":"string"}]}'