Skip to main content
Helicone OSS LLM Observability

Trace Tools with cURL

Log responses from any external tools used in your LLM applications to Helicone using cURL.
1 min read

Example#

Request Structure#

Endpoint#

Note: The endpoint may vary depending on your Helicone setup. If the above endpoint doesn't work, you can also try:

  • For US: https://api.us.helicone.ai/custom/v1/log
  • Elsewhere: https://api.helicone.ai/custom/v1/log

Headers#

NameValue
AuthorizationBearer {API_KEY}

Replace {API_KEY} with your actual API Key.

Body#