← Back to APIs
Sixtyfour API
VerifiedBuild custom research agents to enrich people and company data, and surface real-time signals all with a simple API call.
skill.md (for agents) ↗Endpoints
POST /enrich-company
const result = await orth.run({
api: "sixtyfour",
path: "/enrich-company",
method: "POST",
body: {
target_company: { ... },
struct: { ... }
},
});