cURL
curl --request GET \ --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/public/preprompts
{ "success": true, "data": { "preprompts": [ { "key": "<string>", "publicValue": "<string>", "description": "<string>", "tags": [ "<string>" ] } ] }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "requestId": "<string>" } }
Returns the user-facing catalog; no authentication required.
preprompt_key
/api/v1/ai/chat
Public catalog returned.
true
Show child attributes