Create extraction
SAT API Reference
Create extraction
Start a new process for extracting tax documents from SAT
POST
Create extraction
Description
This endpoint starts a process for extracting tax documents from SAT. Extraction is an asynchronous process that can take several minutes depending on the volume of documents.The extraction process is asynchronous. Use the returned
publicId to check status or configure webhooks to receive notifications.Request
Information of the taxpayer from whom to extract documents
Credentials to access SAT
Extraction options
Optional filters for extraction
Response
Unique extraction ID for subsequent queries
Current status:
PENDING, PROCESSING, COMPLETED, FAILEDCreation timestamp in ISO 8601 format
Copy of the options sent in the request
Processed taxpayer information
Number of documents found (0 initially)
Number of documents processed successfully
Number of documents that failed to process
Examples
Successful response
Common errors
Important notes
Asynchronous status: Once the extraction is created, use the Check status endpoint to monitor progress.