Fetch fields from OpenSPP V1 (Odoo)
Authenticates to Odoo via JSON-RPC and returns the field metadata for the given model. Blocks requests to private IP ranges and cloud metadata endpoints (SSRF mitigation).
Authenticates to Odoo via JSON-RPC and returns the field metadata for the given model. Blocks requests to private IP ranges and cloud metadata endpoints (SSRF mitigation).
Authenticates server-side to OpenSPP V2, paginates `/api/v2/spp/Studio/fields`, and returns combined field metadata.
Inline JSON variant of `/parse-file`.
Upload a JSON file; the server infers field types and returns the schema. Max 10 MB.
Server-side OAuth2 client credentials test (avoids browser CORS issues).