Responds with the list of all blocks
cURL
curl --request GET \ --url https://api.pixxel.space/v0/blocks \ --header 'Authorization: <api-key>'
{ "blocks": [ { "id": "<string>", "block_status": "<string>", "spec": { "kind": "<string>", "status": 123, "inputs": [ 123 ], "outputs": [ 123 ], "catalog_content_url": "<string>", "supported_collections_id": [ "<string>" ], "type": "<string>", "description": "<string>", "id": "<string>", "version_id": "<string>", "name": "<string>", "title": "<string>", "version": "<string>" }, "created_at": "<string>", "err": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.pixxel.space/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pixxel.space/llms.txt
Use this file to discover all available pages before exploring further.
mode is basically the execution mode. Possible values: insight or workflow
OK
Show child attributes