Skip to main content
Retrieve a paginated list of all prompts belonging to your account. You can narrow results by vault or prompt type, and use cursor-based pagination to walk through large collections efficiently.
GET https://www.promptbank.club/api/v1/prompts

Query Parameters

integer
default:20
The number of prompts to return per page. Must be between 1 and 100.
string
An opaque pagination cursor returned as pagination.nextCursor in a previous response. Omit this parameter to start from the beginning of the list.
integer
Filter results to only prompts that belong to the vault with this ID.
string
Filter results by prompt type. Accepted values: image, text, video.

Example Request

Example Response

When pagination.nextCursor is null, you have reached the last page of results.