Skip to main content
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

Successful retrieval of configuration

Response containing phrase replacement configuration

configId
string
required

Unique identifier for the configuration

phraseReplacements
object[]
required

Array of phrase replacement rules

I