Authorizations
Enter your API key in the format x-api-key <api-key>*
Response
OK
Retrieve hugging face inference data for events
curl --request POST \
--url https://api.cloud.flexprice.io/v1/events/huggingface-inference \
--header 'x-api-key: <api-key>'{
"requests": [
{
"costNanoUsd": 123,
"requestId": "<string>"
}
]
}Enter your API key in the format x-api-key <api-key>*
OK
Show child attributes
curl --request POST \
--url https://api.cloud.flexprice.io/v1/events/huggingface-inference \
--header 'x-api-key: <api-key>'{
"requests": [
{
"costNanoUsd": 123,
"requestId": "<string>"
}
]
}