cURL
curl --request POST \ --url https://api.usecloudpress.com/v2/collections/{Id}/export \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "outputDocuments": [ { "links": [ { "description": "<string>", "title": "<string>", "url": "<string>" } ], "title": "<string>" } ], "queuedAt": "2023-11-07T05:31:56Z", "status": "queued", "summary": "<string>", "type": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the collection to export.
Success
The response is of type object.
object