Skip to main content
POST
/
users
/
{userId}
/
prompts
Get specific prompt
curl --request POST \
  --url http://localhost:3000/users/{userId}/prompts \
  --header 'Content-Type: application/json' \
  --data '
{
  "serverName": "<string>",
  "name": "<string>",
  "arguments": {}
}
'
{
  "error": "<string>"
}

Path Parameters

userId
string
required

Body

application/json
serverName
string
required
name
string
required
arguments
object

Response

Prompt details