Skip to main content
POST
/
prompts
/
nudge
Nudge Prompt
curl --request POST \
  --url https://api.example.com/prompts/nudge \
  --header 'Content-Type: application/json' \
  --data '
{
  "task": "<string>",
  "agent_messages": [
    {}
  ]
}
'
{
  "prompt": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.notte.cc/llms.txt

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

Body

application/json
task
string
required
agent_messages
Agent Messages · object[]
required

Response

Successful Response

prompt
string
required