cURL
curl --request GET \ --url https://api.upliftai.org/v1/synthesis/phrase-replacement-config/{configId} \ --header 'Authorization: <api-key>'
{ "configId": "<string>", "phraseReplacements": [ { "phrase": "<string>", "replacement": "<string>" } ] }
Retrieves a specific phrase replacement configuration by its ID.
API key with format "Bearer sk_api_..."
ID of the configuration to retrieve
Successful retrieval of configuration
Response containing phrase replacement configuration