Content Scripting REST API
- Last UpdatedApr 21, 2020
- 1 minute read
The Content Scripting REST API allows you to programmatically define layout and data details to create Insight content.
For examples of code to create different types of charts, see the Examples section.
Endpoint URL
Content Scripting REST API uses this endpoint URL:
http://localhost:32569/Historian/v2/Contents?overwrite=true
The query parameter "overwrite" is used to overwrite the existing content with the same name. If this parameter is not provided and if the content with same name exist it will throw the duplicate content exist (409) error.