cURL
curl --request GET \ --url https://api.pulze.ai/v1/prompts/{prompt_id} \ --header 'Authorization: Bearer <token>'
{ "prompt": "<string>", "title": "<string>", "description": "<string>", "added_on": "2023-11-07T05:31:56Z", "modified_on": "2023-11-07T05:31:56Z", "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tokens": 123, "published_on": "2023-11-07T05:31:56Z", "reviewed_on": "2023-11-07T05:31:56Z", "approved_on": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "decline_reason": "<string>" }
Retrieve Prompt by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
1 - 60
1 - 200
Reason for decline
Was this page helpful?