📥 Request Body JSON
Press ⌘+Enter to parse • Drag & drop JSON files supported
Paste JSON and click "Parse JSON" to get started
Or drag and drop a JSON fileBuild validation configurations for body, path params, query params, and headers
Press ⌘+Enter to parse • Drag & drop JSON files supported
Paste JSON and click "Parse JSON" to get started
Or drag and drop a JSON fileUse :paramName syntax to define path parameters (e.g., /users/:id/posts/:postId)
Enter a URL path with :params to extract parameters
Example: /api/:organization/users/:idAdd query parameters to validate (e.g., ?page=1&sort=name)
Add query parameters above to configure validation
Parameters with empty keys will be ignoredAdd headers to validate (e.g., Authorization, X-API-Key)
Add headers above to configure validation
Headers with empty names will be ignored