What is Full Send?
Full Send is Flasqo's **most powerful testing mode**: it automatically discovers endpoints, runs 14+ test types in parallel, and generates a unified GPT-4-powered report — all from a single URL.
Perfect for:
- 🚀 Quick audits: "Is this API production-ready?"
- 🔍 Competitive analysis: "How does their API perform?"
- 📊 Pre-migration assessment: "What are we dealing with?"
- ⚡ CI/CD smoke testing: "Did this deploy break anything?"
What Full Send tests
One scan runs all test types automatically:
1. Smoke Testing
Verifies critical endpoints respond correctly. Checks health, auth, and core CRUD operations.
2. Functional Testing
AI-generated test cases validate response schemas, status codes, and data types for all discovered endpoints.
3. Security Testing
Checks security headers (CORS, CSP, HSTS), SSL configuration, exposed secrets, and common vulnerabilities.
4. Performance Testing
Measures response times, identifies slow endpoints, tests concurrent request handling.
5. Visual Testing (for HTML endpoints)
Captures screenshots of rendered pages, detects visual regressions, checks mobile responsiveness.
6. Contract Validation
If OpenAPI/Swagger spec exists, validates actual responses match declared schema.
How to run Full Send in Flasqo
Step 1: Go to Testing Types → Full Send
Step 2: Paste any URL:
https://api.yourapp.com(API root)https://api.yourapp.com/v1/users(specific endpoint)https://yourapp.com(website - crawls for API endpoints)
Step 3: Click "Full Send"
Flasqo automatically:
- 🔍 Crawls the site to discover all endpoints
- 📖 Checks for OpenAPI/Swagger documentation
- 🧪 Generates and runs tests for each endpoint
- 🤖 Analyzes results with GPT-4
- 📄 Creates shareable report with findings
Step 4: Review unified report
Get AI-powered insights:
- ✅ What's working well
- ⚠️ Issues found (security, performance, bugs)
- 💡 Recommendations for improvement
- 📊 Overall health score (0-100)
Full Send report includes
- Executive summary: GPT-4 analysis in plain English
- Endpoints discovered: Complete list with methods and paths
- Security findings: Missing headers, vulnerabilities, misconfigurations
- Performance metrics: Response times, slow endpoints, bottlenecks
- Functional issues: Broken endpoints, validation errors, schema problems
- Visual screenshots: Rendered pages (for HTML endpoints)
- Public share link: Share results with team (no login required)
- PDF export: Download professional report
Use cases
Pre-launch audit
"Before we go live, is the API ready?" → Full Send finds issues before users do.
Competitive analysis
"How does their public API work?" → Understand competitors' API design and performance.
Post-deployment verification
"Did the deploy break anything?" → Quick health check after releases.
Due diligence
"Should we integrate with this API?" → Assess quality before committing.
When to use Full Send vs individual test types
Use Full Send when:
- You want a complete assessment quickly
- You're auditing an unfamiliar API
- You need a report to share with stakeholders
- Time is limited (Full Send runs in 5-10 minutes)
Use individual test types when:
- You need deep testing of specific functionality
- You're debugging a known issue
- You want fine-grained control over test parameters
- You're integrating testing into CI/CD pipelines
Complete API audit in minutes
Zero configuration. Just paste a URL and get instant security, performance, and functional insights.
Run Full Send Free