API Reference
Extract more data from a previous workflow run
This re-scans a previous result wth a different data structure or directive. Requires either schema or directive, not both. Does not save the updated schema.
POST
Extract more data from a previous workflow run
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The result GUID
Query Parameters
A human-readable directive to the AI about how to rephrase the data
Body
application/json · string
A JSON schema to extract against. Must be valid JSON.
Example:
{ "name": "<the site name>" }
Response
200 - application/json
A task result
The response is of type object
.
Extract more data from a previous workflow run