Skip to main content
GET
/
public-api
/
prompts
/
{id}
Get a prompt by ID
curl --request GET \
  --url https://agents.nineteen58.co.za/public-api/prompts/{id} \
  --header 'x-api-key: <api-key>'
{
  "prompt": "<any>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Prompt ID

Response

Prompt found

prompt
any