Skip to main content
POST
/
api
/
agent
/
gaps
/
generate
Generate content gaps
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>"
  ],
  "favorite_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "gaps_found": 123,
  "gaps": [
    {}
  ],
  "credits_used": 123
}

Documentation Index

Fetch the complete documentation index at: https://www.citedy.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Body

application/json
competitor_urls
string<uri>[]
required
Required array length: 1 - 5 elements
favorite_id
string<uuid>

Optional favorite (product identity) ID from ai_favorites. Owner-checked against tenant; gaps are tagged and analysis domain is overridden to ai_favorites.domain.

Response

Gaps generated

gaps_found
integer
required
gaps
object[]
required
credits_used
number
required