Responds with the list of blocks available for insights
curl --request GET \
--url https://api.pixxel.space/v0/blocks/insights \
--header 'Authorization: <api-key>'{
"blocks": [
{
"id": "<string>",
"block_status": "<string>",
"spec": {
"kind": "<string>",
"status": 123,
"inputs": [
123
],
"outputs": [
123
],
"catalog_content_url": "<string>",
"price": [
123
],
"info": {
"name": "<string>",
"intro": "<string>",
"input": "<string>",
"output": "<string>",
"downloadable_files": "<string>"
},
"supported_collections_id": [
"<string>"
],
"type": "<string>",
"tags": [
"<string>"
],
"description": "<string>",
"id": "<string>",
"version_id": "<string>",
"name": "<string>",
"title": "<string>",
"version": "<string>"
},
"created_at": "<string>",
"err": "<string>"
}
]
}OK
Show child attributes
ID is the unique identifier for this block
BlockStatus represents the current state of the block
Spec contains the block specification
Show child attributes
Kind specifies the category or classification of the block
Status represents the current state of the block (e.g., active, deprecated)
Inputs defines the expected input parameters in raw JSON format
Outputs defines the produced output values in raw JSON format
CatalogContentUrl is the URL where additional catalog content can be found
Price represents the cost associated with using this block, may be null
InfoData contains additional descriptive information about this block
Show child attributes
Name represents the identifier for this information block
Intro provides an introduction or overview of the block
Input describes the expected input format or requirements
Output describes the expected output format or results
DownloadableFiles indicates files that can be downloaded from this block
SupportedCollections lists identifiers of collections compatible with this block
Type defines the functional type of the block
Tags is a list of keywords associated with this block
Description provides a detailed explanation of the block's purpose and functionality
Id is the unique identifier for this block
VersionId identifies the specific version of this block
Name is the canonical name of the block
Title is the display name of the block
Version indicates the current version number of the block
CreatedAt indicates when the block was created
Err contains any error information
curl --request GET \
--url https://api.pixxel.space/v0/blocks/insights \
--header 'Authorization: <api-key>'{
"blocks": [
{
"id": "<string>",
"block_status": "<string>",
"spec": {
"kind": "<string>",
"status": 123,
"inputs": [
123
],
"outputs": [
123
],
"catalog_content_url": "<string>",
"price": [
123
],
"info": {
"name": "<string>",
"intro": "<string>",
"input": "<string>",
"output": "<string>",
"downloadable_files": "<string>"
},
"supported_collections_id": [
"<string>"
],
"type": "<string>",
"tags": [
"<string>"
],
"description": "<string>",
"id": "<string>",
"version_id": "<string>",
"name": "<string>",
"title": "<string>",
"version": "<string>"
},
"created_at": "<string>",
"err": "<string>"
}
]
}