Find high-level business and financial information like company description, estimated revenue, and headcount.
const result = await fetch("https://api.pipe0.com/v1/pipes/run", {
method: "POST",
headers: {
"Authorization": `Bearer ${API_KEY}`,
},
body: JSON.stringify({
pipes: [{
pipe_id: "company:overview@1",
}],
input: []
})
});