cURL
curl --request GET \ --url https://api.peec.ai/customer/v1/prompts \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "pr_93f790de-5b7a-45ee-b782-61103c81f20d", "messages": [ { "content": "Example Prompt" } ], "tags": [ { "id": "tg_23abec5b-100a-4261-9ee7-1effe68f0149" } ], "topic": { "id": "to_e6b8cdd3-a51b-4d94-a866-28dbe6b830a6" }, "user_location": { "country": "AE" }, "volume": 123 } ] }
Get the prompts of a project
Required if using a company api key
"or_f45b94ba-5e35-4982-93ed-285e72ee14eb"
1 <= x <= 10000
x >= 0
Success
Show child attributes