Skip to main content
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"]'