This Documentation is Being Deprecated
This page is being phased out as part of our documentation reorganization.
Click this card to be redirected to the updated version with the most current information.
If you notice any discrepancies or areas needing improvement in the new documentation, please use the “Report an issue” button at the bottom of the page.
Endpoints Type:
- For
Chatbot/Agent/Chatflowtype applications, they are all chat-type applications, having the same input and output parameters, thus can be uniformly viewed as a Chat Interface. - For Workflow applications, they occupy a separate Workflow Interface.
- For Completion (text generation) applications, they occupy a separate Completion Interface.
Requesting Chat Interface Entry Point
Entry
Endpoint Specification
response_mode is streaming, the interface returns Generator[dict], otherwise returns dict. For specific interface fields, refer to ServiceApi return results.
Example
We can request a Chat type App in anEndpoint and directly return the results:
Entry
Endpoint Specification
Requesting Completion Endpoint
Entry
Edit this page | Report an issue