GET
/
synthesis
/
phrase-replacement-config
/
{configId}
Get Phrase Replacement Config
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key with format "Bearer sk_api_..."

Path Parameters

configId
string
required

ID of the configuration to retrieve

Response

200
application/json

Successful retrieval of configuration

Response containing phrase replacement configuration