Skip to main content
POST
Convert from XanoScript to JSON

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
integer<int64>
required

Query Parameters

branch
string
default:""

Body

text/x-xanoscript

The body is of type string.

Example:

"var $x1 {\n value = 1\n}\n"

Response

Success!