Long term prompt storage to optimise calls with regularly used prompts in high frequency requesting

Hey folks, couldn’t see anywhere obvious in the docs or on here where feature requests, or questions about features that maybe don’t exist yet are… I wanted to know if prompts could be uploaded and stored permanently, rather than sending with every API request - I have a high frequency API call and each time I need to send the paragraph to the API… Would be good if there was a { “prompt”: “the_prompt”} type thing, which I could then append the actual text for which I want a result back for…

The API call could be something like:

{
“payload”: “the sentence I want to append to my prompt”,
“prompt”: “<promptid/name>”
}