Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.metal.ai/v1/data/observations/batch \ --header 'Content-Type: application/json' \ --header 'x-metal-api-key: <api-key>' \ --header 'x-metal-client-id: <api-key>' \ --data ' { "requests": [ { "resource": "<string>", "key": "<string>", "dealContext": "<string>", "policy": "<string>" } ] } '
{ "data": [ { "resource": "<string>", "key": "<string>", "value": "<unknown>", "provenance": {} } ] }
Resolves up to 32 observations in a single request.
The Client ID of your API key.
The secret value of your API key.
1 - 32
Show child attributes
Resolved observations.