Make GET request on this endpoint to xml url to json with required parameters(if any required).
https://v1.nocodeapi.com//xml-parser/
| Object | Description |
|---|---|
url |
[Required] pass xml url query params to get json data |
Make POST request on this endpoint to xml data to json with required parameters(if any required).
https://v1.nocodeapi.com//xml-parser//data2json
| Object | Description |
|---|---|
body |
[Required] Pass an valid xml data |
– Body data format example:
"<rss><channel><title>Hello world</title></rss>" NoCodeAPI's MCP Server is Live! Try out the demo at demo.nocodeapi.com