SingleStore Flow XL Ingest API
On this page
XL Ingest handles the initial transfer of large tables by breaking them into smaller logical partitions.
Prerequisites
Before using the XL Ingest APIs, ensure that the table to be ingested is selected in Ingest, Skip Initial Extract is enabled for the table, and a full extract has been performed to copy only the schema.
Base URL
All XL Ingest API requests must be sent to the following base URL:
http://<host>:<port>/ixl
Where <host>
is the hostname or IP address and <port>
is the port number where the XL Ingest service is running.
XL Ingest API Reference
The following endpoints include HTTP methods, required headers, request and response formats, and example requests.
Last modified: October 9, 2025