cURL
curl --request GET \ --url https://api.upliftai.org/v1/synthesis/phrase-replacement-config \ --header 'Authorization: <api-key>'
[ { "configId": "<string>", "phraseReplacements": [ { "phrase": "<string>", "replacement": "<string>" } ] } ]
Returns a list of all phrase replacement configurations for the current organization and project.
API key with format "Bearer sk_api_..."
Successful retrieval of configurations
The response is of type object[].
object[]