cURL
curl --request POST \ --url https://api.webless.ai/dynamic_cta \ --header 'Content-Type: application/json' \ --data ' { "query": "What does Webless do?", "company": "YOUR_COMPANY", "requestId": "1f7c5f74-7b9e-4a0a-9b7d-4e3e2a5e3b60", "sessionId": "a1c2d3e4-1111-2222-3333-444455556666" } '
{ "text": "<string>", "url": "<string>" }
Returns the CTA text and destination URL tuned to the same request context as the search response.
requestId
"What does Webless do?"
"YOUR_COMPANY"
"1f7c5f74-7b9e-4a0a-9b7d-4e3e2a5e3b60"
"a1c2d3e4-1111-2222-3333-444455556666"
CTA result