curl --request GET \
--url https://api.bland.ai/v1/prompts \
--header 'authorization: <authorization>'{
"status": "success",
"prompts": [
{
"prompt": "My Prompt",
"last_updated": "2024-05-12T22:52:49.004987+00:00",
"id": "PT-aa8fb0ac-0014-43c0-9268-543522ce7e27",
"name": "My First Prompt"
}
]
}
Retrieves all your saved prompts.
curl --request GET \
--url https://api.bland.ai/v1/prompts \
--header 'authorization: <authorization>'{
"status": "success",
"prompts": [
{
"prompt": "My Prompt",
"last_updated": "2024-05-12T22:52:49.004987+00:00",
"id": "PT-aa8fb0ac-0014-43c0-9268-543522ce7e27",
"name": "My First Prompt"
}
]
}
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
{
"status": "success",
"prompts": [
{
"prompt": "My Prompt",
"last_updated": "2024-05-12T22:52:49.004987+00:00",
"id": "PT-aa8fb0ac-0014-43c0-9268-543522ce7e27",
"name": "My First Prompt"
}
]
}
Was this page helpful?