Copy
Ask AI
curl -X POST "https://api.stack-ai.com/indexing/v0/urls/{flow_id}/{org_id}/{node_id}" \
-H "Authorization: Bearer <your-private-key>" \
-H "Content-Type: application/json" \
-d '["http://example.com", "http://example.org"]'
curl -X POST "https://api.stack-ai.com/indexing/v0/urls/{flow_id}/{org_id}/{node_id}" \
-H "Authorization: Bearer <your-private-key>" \
-H "Content-Type: application/json" \
-d '["http://example.com", "http://example.org"]'
Uploads websites to the knowledge base.
curl -X POST "https://api.stack-ai.com/indexing/v0/urls/{flow_id}/{org_id}/{node_id}" \
-H "Authorization: Bearer <your-private-key>" \
-H "Content-Type: application/json" \
-d '["http://example.com", "http://example.org"]'
Was this page helpful?