Extract isn't returning data

hey i have code from the playground of Extract that works great but the code it gives me to copy into my app returns success but without any parsed data. I've double checked against docs and it looks like something on my account or a bug but i'm a paying user (for many months) so I don't know what to do
1 Reply
Gaurav Chadha
Gaurav Chadha2mo ago
So you send a POST request to the /extract endpoint to start your extract and when you want to get the results, there's a separate /extract/{id} endpoint for that (using the ID that was returned from the first endpoint).

Did you find this page helpful?