Important: Server API is primarily intended for developers of server plugins and custom integrations. There are no official plugins for this API.
To retrieve model data, perform a GET request to the following endpoint:
GET https://block-display.com/server-api/?id=MODEL_ID
Example:
GET https://block-display.com/server-api/?id=241235
On success, the API returns a JSON object with a content field containing the model data.
The tag parameter is optional.
It allows you to define a custom tag that will be inserted into the model data.
If the parameter is not specified, the value bde is used.
Example request with a custom tag:
GET https://block-display.com/server-api/?id=241235&tag=my_model_1
The ID passed in the request is valid for only 5 minutes after the model is published.