Prompt Engine
Run Prompt
Execute a prompt using the prompt id.
POST
/
v1
/
prompt_engine
/
{id}
Header
x-api-key
string
requiredYour JigsawStack API key
Body
input_values
object
The input values. This is required if the inputs
paramter was specified when
creating a prompt.
stream
boolean
If set, partial message chunk will be sent.
Response
success
boolean
Indicates whether the call was successful.
Was this page helpful?