Quickstart

Quickstart demonstrating requests with curl

Authorization

First, create an API Key in your account. You can manage keys at Tenant > Api Keys.

Create a Simple Flow

Create a new flow in your account and call it taboo. Copy and paste this into the 'main' template:

Write a short Haiku on [[topic]], but do not use any of the following words:
[[forbidden]]

Select any default LLM

Query it

We can now use the API to run the request and inject our text snippets:

Running through the UI

OpenAI Endpoint

If you already have code to talk to OpenAI, you can use the OpenAI-compatible endpoint Chat to route your requests to any of the supported Models. However, please note that this currently doesn't support prompt templating.

Last updated