POST
/
api
/
trace
/
{id}
/
share
curl --request POST \
  --url https://app.langwatch.ai/api/trace/{id}/share \
  --header 'X-Auth-Token: <api-key>'
{
  "path": "<string>"
}

Authorizations

X-Auth-Token
string
header
required

Path Parameters

id
string
required

ID of trace to share

Response

200
application/json
Public path created
path
string