Skip to Content
Pipe0 is close to launch šŸŽ‰
Pipe CatalogNone Run Propmpt Pipe0Pipe Catalog | RunPromptPipe0@1
RunPromptPipe0@1

Run AI Prompt

Run a flexible AI prompt with defined output fields.

ai

Provider Options

ProviderCredentialsCost per record
P
pipe0
Managed
$0.01 per request

Code Example

const result = await fetch("https://pipe0.com/api/v1/run", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${YOUR_API_TOKEN}`,
  },
  body: JSON.stringify({
    pipes: [{ name: "RunPromptPipe0@1" }],
    input: []
  })
});
Last updated on