Skip to main content
POST
/
api
/
v4
/
{customerId}
/
{engineId}
/
search
/
answer
/
click
AI Chat Click
curl --request POST \
  --url https://api.cludo.com/api/v4/{customerId}/{engineId}/search/answer/click \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "conversationId": "<string>",
  "exchangeId": "<string>",
  "url": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://cludo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

SiteKey authentication. Pass the full value including the SiteKey prefix: SiteKey <base64(customerId:engineId:searchKey)>. Example: SiteKey dGVzdDoxMjM0NTY3Ojk4NzY1.

Path Parameters

customerId
integer
required

Your Cludo account ID.

engineId
integer
required

Search engine ID.

Body

application/json
conversationId
string
required

Same conversation id as the answer whose citation was clicked.

exchangeId
string
required

Exchange id for the answer card that contained the link.

url
string
required

Destination the user opened (from a citation or suggested link).

Response

Click tracked successfully.

Empty object or acknowledgment.