curl --request POST \
--url https://www.citedy.com/api/agent/gaps/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"competitor_urls": [
"<string>"
]
}
'{
"gaps_found": 123,
"gaps": [
{}
],
"credits_used": 123
}curl --request POST \
--url https://www.citedy.com/api/agent/gaps/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"competitor_urls": [
"<string>"
]
}
'{
"gaps_found": 123,
"gaps": [
{}
],
"credits_used": 123
}