curl --request GET \
--url https://app.aseed.ai/custdev/insight/meta-batch \
--header 'Authorization: Bearer <token>'{
"records": {}
}Get lightweight metadata for multiple records in batch.
Query parameters:
curl --request GET \
--url https://app.aseed.ai/custdev/insight/meta-batch \
--header 'Authorization: Bearer <token>'{
"records": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.aseed.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Batch response for multiple record metadata.
Show child attributes
Was this page helpful?