cURL
curl --request POST \ --url https://api.pulze.ai/v1/apps/{app_id}/export \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "conversationHistory": true, "collections": true, "data": true, "assistants": true, "modelSettings": true, "memberSettings": true, "submitAsPublic": false } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type Response Export Space V1 Apps App Id Export Post · object.
Response Export Space V1 Apps App Id Export Post · object
Was this page helpful?