Search
Start Typesense reindex
Trigger a Typesense reindex to populate it with data from your existing database.
POST
Start a reindex to populate Typesense with data from your existing database. Use when you spin up a new Typesense instance alongside a database that already contains records.Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
If set, the API uses an API key for authentication. Include the following header in your requests:X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Secure your Blnk server
Response
Current state:
in_progress or completed.Current phase (e.g.
indexing_transactions) or done when complete.Total number of records to index.
Number of records processed so far.
ISO 8601 timestamp when reindex began.
ISO 8601 timestamp when reindex finished. Only present when
status is completed.Array of error messages. Only present when an error occurs during reindex.