Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt

Use this file to discover all available pages before exploring further.

Overview

After submitting a job, the API responds with a presigned S3 URL.
Use this URL to upload the workbook via an HTTP PUT request.
This endpoint is part of a larger job-based workflow. To understand how job creation, payload upload, and status polling work together, see the Job-Based API Workflow Guide.Read the Job-Based API Workflow Guide
It’s a temporary AWS S3 presigned URL generated uniquely for each job.

Example Presigned URL

https://in-co-sandbox-it-reports-tax-pnl-sec-dev.s3.ap-south-1.amazonaws.com/{{file_path}}?{{signed_query_params}}

JSON Payload

This API accepts payload in following formats:

Tradebook

View Schema

View Sample

Tradewise Settlements

View Schema

View Sample

Generated Outputs

After processing the uploaded payload, the API generates Tax P&L in JSON format. The outputs are available for download via the job status endpoint.

Scripwise Tax P&L

View Schema

View Sample

Tradewise Tax P&L

View Schema

View Sample