Create a Request
To create a request, set up the API APP, and review the information about creating JSON, ZIP and TSV requests.
Here’s what your request should look like:
POST https://hub.celtra.io/api/export
Authorization: Basic <yourBase64Token>
Content-Type: application/json; charset=utf-8
{
"filters": {
"designFile": {
"id": ["mockedDesignFileId", "mockedDesignFileId2"]
}
}
}
<yourBase64Token>is a base64 encoded string of your API App ID and API APP Secret. Learn here how to set it up.
Replace
"mockedDesignFileId"and"mockedDesignFieldId2"with a valid ID of the projects you have access to.