Skip to main content

Scenario

You want to extract a small structured record from a single product URL and verify that your API integration is working end to end.

Architecture

Step 1: create the task

Step 2: run the task

Step 3: poll for completion

Continue polling until the execution reaches completed.

Step 4: export the result

Why this example matters

This flow validates the full user path:
  • Authentication
  • Task creation
  • Execution lifecycle
  • Result retrieval
It is the best first test before moving to scheduled or media-aware tasks.

Next steps