cURL
curl --request GET \ --url https://app.promptingco.com/api/v1/content/{id} \ --header 'x-api-key: <api-key>'
{ "ok": true, "data": { "id": "<string>", "title": "<string>", "content": "<string>" } }
Organization-scoped API key. Available scopes:
1
Successful response
true
Show child attributes