← Back to APIs
Sixtyfour API logo

Sixtyfour API

Verified

Build custom research agents to enrich people and company data, and surface real-time signals all with a simple API call.

skill.md (for agents) ↗

POST /enrich-company

const result = await orth.run({
  api: "sixtyfour",
  path: "/enrich-company",
  method: "POST",
  body: {
    target_company: { ... },
    struct: { ... }
  },
});
    Orthogonal - The Unified API for AI Agents