Returns some basic information about the model: ProjectInfo
ProjectInfo
postViewData(): Promise<ProjectInfo>
Usage:
await modelApi.postViewData();
Return value example:
{ "projectName": "Goggles AR", "modelId": "7bcf5c5e-8b16-4dc8-897f-a7965bae9aaa", "modelIdBase62": "3lcorX14cyHmKcW3LNr66s", "publishedId": "e63ae0af-53a5-4087-af83-d4ed36c8a46e", "workspaceId": "d8909d2c-feec-443d-891f-f42fce66bca4" }
Last updated 1 month ago