POST
/
v1
/
pi
/
org-name
/
query
cURL
curl --request POST \
  --url https://api.helicone.ai/v1/pi/org-name/query \
  --header 'Authorization: <api-key>'
{
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Response

200 - application/json

Ok

The response is of type object.