This SaaS tool compresses GLB and GLTF files by up to 90%, maintaining model integrity and improving load times. It offers easy integration with a developer-friendly API. You can upload files to see compression results directly.
Reduce file sizes by up to 90%, dramatically improving load times and user experience for your 3D applications.
Maintain the visual fidelity of your 3D models while significantly reducing file size, ensuring your designs stay intact.
Seamlessly incorporate the compression service into your existing workflow with a developer-friendly API.
Allows users to upload files synchronously using the endpoint POST /api/1/files/upload/sync. This performs the file upload immediately and returns the result of the compression task in real-time.
Enables users to upload files asynchronously via the endpoint POST /api/1/files/upload/async. This allows users to queue file uploads and process them without waiting for the upload to complete, providing more flexibility for batch processing.
Users can check the status of an asynchronous job by using the GET /api/1/files/poll/<job_id> endpoint. This feature is particularly useful to track the progress of file compression tasks and retrieve results once they are completed.
Users need to generate and use an API token by logging into their account dashboard. This token is required for accessing the API and is generated through API settings, ensuring secure usage.
The API enforces specific rate limits such as a maximum of 25 requests per minute per token, up to 10 files per request, and a maximum file size of 200MB, ensuring efficient and resource-balanced usage of the service.