Authentication: required
Required API Scope: Instance Workspace: Read
curl --request POST \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/convert/fromXS \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/x-xanoscript' \
--data 'var $x1 {
value = 1
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type string.
"var $x1 {\n value = 1\n}\n"
Success!
Was this page helpful?
curl --request POST \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/convert/fromXS \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/x-xanoscript' \
--data 'var $x1 {
value = 1
}
'{}