Flowise · Example Payload

Flowise Create Prediction Example

AgentsAgent WorkflowsArtificial IntelligenceLarge Language ModelsLow-CodeVisual BuilderLangChainRAGRetrieval Augmented GenerationChatbotsOpen-SourceNode.jsTypeScript

Flowise Create Prediction Example is an example object payload from Flowise, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "http://localhost:3000/api/v1/prediction/abcd1234-aaaa-bbbb-cccc-1234567890ab",
    "headers": {
      "Authorization": "Bearer flw_sk_xxx",
      "Content-Type": "application/json"
    },
    "body": {
      "question": "What is the refund policy?",
      "streaming": false,
      "overrideConfig": {
        "temperature": 0.2
      },
      "history": [
        { "role": "user", "content": "Hi" },
        { "role": "assistant", "content": "Hello! How can I help?" }
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "text": "Our standard refund policy allows returns within 30 days...",
      "question": "What is the refund policy?",
      "chatId": "5f0a...",
      "chatMessageId": "9c12...",
      "sessionId": "5f0a...",
      "sourceDocuments": [
        {
          "pageContent": "Refund policy: customers may return items within 30 days...",
          "metadata": { "source": "policies/refund.pdf", "page": 1 }
        }
      ],
      "usedTools": []
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/flowise-create-prediction-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.