Skip to main content
GET
/
api
/
v1
/
projects
curl --request GET \
  --url https://app.finseo.ai/api/v1/projects \
  --header 'Authorization: Bearer sk_live_xxxxxxxx'
{
  "data": [
    {
      "id": "67a1c2d3e4f5061728394a5b",
      "name": "Finseo Marketing",
      "domain": "finseo.ai",
      "websiteUrl": "https://finseo.ai",
      "description": "AI visibility tracking for modern brands",
      "isDefault": true,
      "tags": ["product", "b2b"],
      "createdAt": "2025-11-12T10:15:00.000Z",
      "updatedAt": "2026-03-28T14:22:00.000Z"
    },
    {
      "id": "67b2d3e4f5061728394a5c",
      "name": "Acme Corp",
      "domain": "acme.com",
      "websiteUrl": "https://www.acme.com",
      "description": "",
      "isDefault": false,
      "tags": [],
      "createdAt": "2026-01-08T09:00:00.000Z",
      "updatedAt": "2026-03-15T11:45:00.000Z"
    }
  ]
}
Returns a list of projects your API key can access. Projects represent tracked brands or domains in Finseo for AI visibility across ChatGPT, Claude, Perplexity, and other models.
curl --request GET \
  --url https://app.finseo.ai/api/v1/projects \
  --header 'Authorization: Bearer sk_live_xxxxxxxx'
{
  "data": [
    {
      "id": "67a1c2d3e4f5061728394a5b",
      "name": "Finseo Marketing",
      "domain": "finseo.ai",
      "websiteUrl": "https://finseo.ai",
      "description": "AI visibility tracking for modern brands",
      "isDefault": true,
      "tags": ["product", "b2b"],
      "createdAt": "2025-11-12T10:15:00.000Z",
      "updatedAt": "2026-03-28T14:22:00.000Z"
    },
    {
      "id": "67b2d3e4f5061728394a5c",
      "name": "Acme Corp",
      "domain": "acme.com",
      "websiteUrl": "https://www.acme.com",
      "description": "",
      "isDefault": false,
      "tags": [],
      "createdAt": "2026-01-08T09:00:00.000Z",
      "updatedAt": "2026-03-15T11:45:00.000Z"
    }
  ]
}