/
CI
citedy
/
Citedy Agent API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2w ago
Details
Filter operations
Adaptations
1
Agent
2
Articles
4
Autopilot
3
Competitors
2
Gaps
2
GSC
1
Health
1
Ingest
5
Lead Magnets
4
Personas
1
Products
4
get
List product knowledge documents
post
Upload product knowledge document
delete
Delete product knowledge document by ID
post
Search product knowledge documents
Publishing
1
Registration
3
Scan
1
Schedule
3
Scout
4
SEO Tools
12
Sessions
1
Settings
3
Shorts
6
Status
1
Warm Leads
3
Webhooks
4
Products
Upload product knowledge document
post
/api/agent/products
Request body
ProductCreateRequest
required
title
string
required
content
string
required
source_type
'upload'
|
'url'
|
'manual'
source_name
string
source_url
string
uri
Response
Document uploaded and embedded
ProductCreateResponse
required
id
string
uuid
required
title
string
required
source_type
string
required
chunks_count
integer
required
chunks_failed
integer
required
partial
boolean
required
token_count
integer
required
Changes