curl --request POST \
--url https://api.anysite.io/api/duckduckgo/search \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"query": "<string>",
"timeout": 300,
"count": 10
}
'[
{
"url": "<string>",
"@type": "@duck_duck_go_search_result",
"title": "",
"description": ""
}
]curl --request POST \
--url https://api.anysite.io/api/duckduckgo/search \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"query": "<string>",
"timeout": 300,
"count": 10
}
'[
{
"url": "<string>",
"@type": "@duck_duck_go_search_result",
"title": "",
"description": ""
}
]