📖 Swagger UI
URI → JSON
curl -X POST http://localhost:8000/api/v1/uri-to-json \
-H "Content-Type: application/json" \
-d '{"uri":"vless://uuid@host:443?security=tls"}'
JSON → URI
curl -X POST http://localhost:8000/api/v1/json-to-uri \
-H "Content-Type: application/json" \
-d '{"outbounds":[{"protocol":"vless","settings":{"vnext":[{"address":"example.com","port":443,"users":[{"id":"110e8400-e29b-41d4-a716-446655440000"}]}]}}],"streamSettings":{"network":"ws","security":"tls","tlsSettings":{"serverName":"example.com"}}}'
Health Check
curl http://localhost:8000/api/v1/health