Prompt Hub
Get Prompt
Fetches a compiled prompt using the provided prompt ID, version, and variables.
POST
/
api
/
prompt
/
get-compiled
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
text/plain
name
string
promptId
string
version
string
metaProperties
object
compile
boolean
variables
object
Response
200 - application/json
err
object | null
res
object
Was this page helpful?