Repair

Welcome to the Repair API documentation—a cloud-native solution that eliminates the tedious, error‑prone process of manual find-and-replace across your spreadsheets. Whether you’re working with Google Sheets, Excel files stored in OneDrive, CSVs in an S3 bucket, or any other tabular format, Repair intelligently scans every cell, identifies patterns, and applies the transformations you define—all without requiring you to write custom scripts for each platform. This introductory guide will walk you through the core concepts, authentication methods, and key endpoints so you can quickly integrate the service into your existing data pipelines and start delivering consistent, clean data at scale.

Main Features

By leveraging Repair’s powerful pattern-matching engine, you can enforce data standards, update legacy values, and synchronize information across multiple sources with a single API call. The documentation below provides step‑by‑step instructions for setting up your workspace, crafting transformation rules, handling batch operations, and monitoring execution results. Whether you’re a developer building automated workflows, a data analyst ensuring accuracy, or an operations team looking to reduce manual overhead, this guide will equip you with the knowledge to harness the full potential of Repair and accelerate your automation initiatives. Dive in and discover how a few lines of configuration can replace hours of manual editing.

Documents

Parameters

    • secret: The secret you want to use to protect the files
    • UploadFileRequest.OperationId: This is an operation id
    • UploadFileRequest.Files: These are files you need to upload them to our online services, you can prepare the data in your very own way but it must follow the standard of the html input file.

    Use The Endpoint

    • Send a request that includes the files and the access token Repair API
      curl -X 'POST' \ 'https://api.sheetize.cloud/repair' \ -H 'accept: text/plain' \ -H 'Authorization: Bearer TheAccessToken' \ -H 'Content-Type: multipart/form-data' \ -F 'UploadFileRequest.OperationId=' \ -F 'UploadFileRequest.Files=@AFileName.xlsx;type=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
    • The service will respond with a download URL for the processed file, in this example it is:
      { "name": "", "type": "1", "size": 900000, "description": "", "linkToDownload": "/download/TheFolderName/TheFileName.xlsx", "message": "", "statusCode": 200 }
    • Send a request that includes the file name and the folder name to Download API
      curl -X 'GET' \ 'https://api.sheetize.cloud/download/TheFolderName/TheFileName.xlsx' \ -H 'accept: */*' \ -H 'Authorization: Bearer TheAccessToken'
    • You will receive the file and you can either use it or simply forward it to the next step of your workflow.
X
فارسی
Italiano
Tiếng Việt
Català
Türk
हिन्दी
Čeština
Lietuvis
Ελληνικά
Dansk
Magyar
Български
Deutsch
Bahasa Melayu
Nederlands
Русский
English
Український
Español
Polskie
ภาษาไทย
Português
ქართველი
Français
Română
한국어
Slovák
繁體中文
日本語
Indonesia
العربية
简体中文