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
Unique identifier for the configuration
Array of phrase replacement rules
Show child attributes