A guide on how to create and versiona prompt in Keywords AI.
https://api.keywordsai.co/api/prompts/
- Create a new prompt.https://api.keywordsai.co/api/prompts/<prompt_id>/versions/
- Create a new version of a prompt.POST /prompts/
endpoint to create a new prompt. You need to provide the name, and description of the prompt.
POST /api/prompts/<prompt_id>/versions/
endpoint to create a new version of a prompt. You need to provide the content of the prompt.