Skip to main content
GET
/
api
/
engine
/
{engineId}
/
quicklinkterms
Get Quicklinks by Terms
curl --request GET \
  --url https://api.cludo.com/api/engine/{engineId}/quicklinkterms \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://signe.cludo.com/llms.txt

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

Authorizations

Authorization
string
header
required

Basic authentication. Use your Customer ID as the username and API Key as the password. Example header: Authorization: Basic MTIzNDU2NzpteS1hcGkta2V5.

Path Parameters

engineId
integer
required

Search engine whose banners, rankings, or quicklinks you are managing.

Query Parameters

searchword
string
required

Term to search for among quicklink terms.

Response

Quicklink terms matching the search word.

name
string
required

Synonym or shortcut text that should suggest this quicklink (e.g. “contact”, “phone”).