Skip to main content
GET
/
api
/
agent
/
gaps
List content gaps
curl --request GET \
  --url https://www.citedy.com/api/agent/gaps \
  --header 'Authorization: Bearer <token>'
{
  "gaps": [
    {
      "title": "<string>",
      "gap_type": "<string>",
      "priority": "<string>",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "opportunity_score": 123,
      "status": "<string>",
      "description": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total_gaps": 123,
  "credits_used": 123
}

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Response

List of gaps

gaps
object[]
required
total_gaps
integer
required
credits_used
number
required