Skip to main content
POST
Extract more data from a previous workflow run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

result_id
string
required

The result GUID

Query Parameters

directive
string

A human-readable directive to the AI about how to rephrase the data

Body

application/json

A JSON schema to extract against. Must be valid JSON.

Example:

Response

200 - application/json

A task result

message
string
result
object
success
boolean