cURL
curl --request GET \ --url https://api.baytos.ai/v1/prompts \ --header 'Authorization: Bearer <token>'
{ "prompts": [ { "id": "<string>", "title": "<string>", "packageName": "<string>" } ], "cursor": "<string>", "hasMore": true }
List all prompts in your workspace with pagination
Documentation IndexFetch the complete documentation index at: https://docs.baytos.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.baytos.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key obtained from https://claro.baytos.ai
1 <= x <= 100
Successfully retrieved prompts
Show child attributes