The most common way for our customers to ingest our data is via our API endpoints. If you haven’t already, create an API key by following our API key documentation and get started with our API below.Documentation Index
Fetch the complete documentation index at: https://docs.reworkd.ai/llms.txt
Use this file to discover all available pages before exploring further.
Outputs API
Full API documentation for how to export data from your groups
Getting only new data
Use thecreated_after query parameter to filter for data created after your last ingestion.
Typically our customers will call our API once a day, keeping track of the exact datetime in which they made the API call.
Any subsequent API calls they make will set created_after to the previously recorded datetime.
