POST
https://www.promptbank.club/api/v1/prompts/{promptId}/savePath Parameters
integer
required
The unique numeric ID of the prompt you want to save to a vault.
Request Body
integer
required
The ID of the vault to add the prompt to.
Example Request
Example Response
vaultIds now contains both the original vault (7) and the newly added vault (15). A prompt’s full list of current vault memberships is always reflected in the vaultIds array — you can verify the save succeeded by checking that the target vault ID appears in that array.