Some endpoints require a
username for authorization. The easiest way to verify your account username is to open a dataset in the web platform and inspect the URL slug. For example, https://datalinks.com/dashboard/USERNAME/testing/testing123Typical end-to-end flow
-
Create a dataset
Use Create new dataset. Supplying a new namespace creates it implicitly.POSTCreate new dataset -
Ingest data
Use Ingest data or the multipart flow for large files. Use Preview to check parsing before committing.POSTIngest data
POSTPreview Multipart flow:
POSTPrepare multipart upload
POSTFinish multipart upload
POSTAbort multipart upload -
Review links
Use Load links and Preview links. Promote useful suggestions to active links with Add a new link or from the app UI. Rebuild links when data changes.GETLoad links
POSTPreview links
POSTAdd a new link
POSTRebuild links -
Query
Use Query data to retrieve grounded results across connected datasets.POSTQuery data
Notes and best practices
- Namespaces: a namespace appears when you create the first dataset that references it.
- Large files: prefer the multipart upload trio to improve reliability.
- Performance: Rebuild links after large ingests so suggestions reflect the latest data.