curl --request POST \
--url https://www.citedy.com/api/agent/competitors/scout \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"mode": "fast",
"topic": "<string>",
"language": "en"
}
'{
"domain": "<string>",
"mode": "fast",
"intelligence": {
"strengths": [
"<string>"
],
"weaknesses": [
"<string>"
],
"opportunities": [
"<string>"
],
"threats": [
"<string>"
],
"content_strategy": "<string>",
"estimated_monthly_traffic": 123,
"top_content_categories": [
"<string>"
]
},
"credits_used": 123
}curl --request POST \
--url https://www.citedy.com/api/agent/competitors/scout \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"mode": "fast",
"topic": "<string>",
"language": "en"
}
'{
"domain": "<string>",
"mode": "fast",
"intelligence": {
"strengths": [
"<string>"
],
"weaknesses": [
"<string>"
],
"opportunities": [
"<string>"
],
"threats": [
"<string>"
],
"content_strategy": "<string>",
"estimated_monthly_traffic": 123,
"top_content_categories": [
"<string>"
]
},
"credits_used": 123
}Bearer citedy_agent_* key