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
Unique identifier for the configuration
Array of phrase replacement rules
Show child attributes
Original phrase to be replaced
50
Text to use as replacement