Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create support capture token

POST/support/capture/token
Header parameters
x-pile-capture-public-keystringrequired
x-pile-capture-referencestring
originstring
Responses
200Capture token
tokenstringrequired
recordingUrlstringrequired
401Invalid public key or origin
Try it
Server
Parameters
Request
curl -X POST "/support/capture/token" \
  -H "x-pile-capture-public-key: string"
Response
{
  "token": "string",
  "recordingUrl": "string"
}