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 nullable
    • external_idstring required
    • sourcestring required

响应

  • codeintegerint64 required
  • dataobject
    • itemsobject[] required nullable
  • messagestring required

请求示例

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"}]}'