POST
/
v1
/
apps
/
{app_id}
/
export

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required

Body

application/json
name
string
required
description
string | null
required
conversationHistory
boolean
default:
true
collections
boolean
default:
true
data
boolean
default:
true
assistants
boolean
default:
true
modelSettings
boolean
default:
true
memberSettings
boolean
default:
true
submitAsPublic
boolean
default:
false

Response

200
application/json

The response is of type object.