Zum Hauptinhalt springen
GET
/
export
/
messageSamples
Export training data that is used by the AI's default text answer
curl --request GET \
  --url https://demo.enneo.ai/api/mind/export/messageSamples \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

JWT-based authentication

Query Parameters

format
enum<string>
default:xlsx

The format of the export

Verfügbare Optionen:
xlsx,
json

Response

Successful operation

The response is of type object[].