Jump to Content
API Spreadsheet Docs
API Reference
v1.0

Log InAPI Spreadsheet Docs
API Reference
Log In
v1.0API Reference
All
Pages
Start typing to search…

Data

  • /data/{file_id}
    • Read or delete dataget
    • Create or update datapost

AI

  • /ai/{file_id}/
    • Run AI promptpost

Calculate

  • /calculate/{file_id)
    • Run spreadsheet formulaspost

MACRO

  • /macro/{file_id}
    • Run macros and formulas in Excel filepost

AGENTS

  • /agents/{agent_id}
    • Run agentpost
  • /agents/jobs/{job_hash}
    • Get job status (and outputs when completed)get

IMPORT

  • /import
    • Import CSV/Excel filespost

Utilities

  • /utilities/create
    • Create a CSV file from JSON datapost
  • /utilities/download
    • Create a downloadable file from JSON datapost
  • /utilities/files
    • List files for your accountget
  • /utilities/files/{file_id}
    • Get file detailsget
    • Update file metadataput
    • Delete a file and related datadel

CUSTOM

  • /custom/{customapi_id}
    • Call a Custom API (GET)get
    • Call a Custom API (POST)post
Powered by 

Run AI prompt

post https://api.apispreadsheets.com/ai//

Runs CRUD operations on your file using an AI prompt. Responses and error codes mirror /data endpoint (GET for reads/deletes; POST for create/update).

Language
Click Try It! to start a request and see the response here!