GET
/
quotes
/
{quoteId}
Get quote details
curl --request GET \
  --url https://api.conveo.ai/v1/quotes/{quoteId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "cm3nls8mp07upg554gzmlzjy0",
  "text": "I think the new electric model is a game changer. The acceleration is incredible and the range anxiety is no longer an issue.",
  "interviewId": "cm1hvpipc00s1senjxvpd9rze",
  "theme": {
    "id": "cm7kczo5z014hs64hyy70dq26",
    "title": "Positive EV Experience",
    "description": "Participants expressing positive experiences and opinions about electric vehicles, particularly focusing on performance and range capabilities."
  },
  "videoDownloadURL": "https://...",
  "transcriptAsWebVTT": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

quoteId
string
required

Response

200
application/json

Detailed quote information

Detailed information about a quote