Skip to main content
POST
/
api
/
v1
/
runtime
/
v1
/
prompts
Create Prompt
curl --request POST \
  --url https://api.runflow.ai/api/v1/runtime/v1/prompts \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "content": "<string>",
  "metadata": {}
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
name
string
required
content
string
required
metadata
object

Response

{ success, data: } on success.