create-embedlinks
This interface is used to create an "embed link" to a specified node, such as a datasheet or a dashboard. If all parameters in the payload have the same value, the generated linkId (the last string of the url path) is the same. If the parameter values of the payload are different, the generated linkId will also be different.
- Request address: https://aitable.ai/fusion/v1/spaces/{spaceId}/nodes/{nodeId}/embedlinks
- Request method:
POST - The request header must contain.
Authorization: Bearer {your API Token}Content-Type: application/json
If you need more detailed instructions, you can read the Create Embedded Links instructions in the API Guide.
If you have more complex interface requests, you can refer to the following parameters and combine them by yourself.