RunPromptPipe0@1
Run AI Prompt
Run a flexible AI prompt with defined output fields.
ai
Provider Options
Provider | Credentials | Cost per record |
---|---|---|
P pipe0 | Managed | $0.01 per request |
Flexible Input/Output Fields
This pipe supports flexible input and output fields that can be fully defined by the user.
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