curl --request POST \
--url https://api.helicone.ai/v1/pi/session \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"sessionUUID": "<string>"
}'
{
"data": "<string>"
}
curl --request POST \
--url https://api.helicone.ai/v1/pi/session \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"sessionUUID": "<string>"
}'
{
"data": "<string>"
}
Ok
The response is of type object
.
The response is of type object
.
The response is of type object
.
Was this page helpful?