Skip to main content
Fetch the complete details of a single prompt using its unique numeric ID. The response includes all metadata fields — the prompt text, type, platform, status, any associated images, and the full list of vault IDs the prompt belongs to.
GET https://www.promptbank.club/api/v1/prompts/{promptId}

Path Parameters

integer
required
The unique numeric ID of the prompt you want to retrieve.

Example Request

Example Response

If no prompt with the given promptId exists in your account, the API returns 404 Not Found with a descriptive error message.