GET
/
api
/
v1
/
system-prompt
/
agent-types
Get Agent Types
curl --request GET \
  --url https://services.staging.app.dados.rio/eai-agent/api/v1/system-prompt/agent-types \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

The response is of type string[].