curl --request POST \
--url https://api.helicone.ai/v1/trace/log-python \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '"<any>"'
Log a Python trace
curl --request POST \
--url https://api.helicone.ai/v1/trace/log-python \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '"<any>"'
eu.api.helicone.ai
instead of
api.helicone.ai
.The body is of type any
.
No content
Was this page helpful?