cURL
curl --request GET \ --url https://platform.unstructuredapp.io/api/v1/templates/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve a list of available templates with their complete DAG definitions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type Response List Templates · object.
Response List Templates · object
Was this page helpful?