GET
/
synthesis
/
phrase-replacement-config
List Phrase Replacement Configs
curl --request GET \
  --url https://api.upliftai.org/v1/synthesis/phrase-replacement-config \
  --header 'Authorization: <api-key>'
[
  {
    "configId": "<string>",
    "phraseReplacements": [
      {
        "phrase": "<string>",
        "replacement": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

API key with format "Bearer sk_api_..."

Response

200
application/json

Successful retrieval of configurations

The response is of type object[].