cURL
curl --request GET \ --url https://platform.unstructuredapp.io/api/v1/templates/
[ { "id": "<string>", "name": "<string>", "version": "<string>", "last_updated": "<string>", "description": "<string>" } ]
Retrieve a list of available templates with their metadata.
Successful Response
Was this page helpful?