Skip to main content
GET
/
api
/
public
/
results
/
{interviewId}
/
shared
Get shareable results link
curl --request GET \
  --url http://localhost:3001/api/public/results/{interviewId}/shared \
  --header 'x-api-key: <api-key>'
{
  "shareLink": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

interviewId
string
required

The unique identifier of the interview

Response

Successfully generated share link

The shareable URL for the interview results