Politica de Datos
Como Manejamos Tus Datos
Version 1.0.0 - March 2026
Minimal by Default
We collect only what is necessary to operate the service. No advertising, no profiling, no sale of data.
Transparent by Design
Every data handling decision is documented here and in our open-source code. You can verify our claims.
User-Controlled
Analyses you save are owned by you. You can delete them at any time via our public API.
Open Source
The analysis and ID generation logic is open source. No hidden behaviour.
Right to Delete
Any analysis you saved can be deleted immediately via the DELETE API endpoint.
When you analyze a URL, our engine performs a comprehensive analysis including:
- Performance metrics (Core Web Vitals, load times)
- Accessibility audit (WCAG compliance)
- SEO analysis (meta tags, structured data)
- Security header verification
- Carbon footprint estimation
- AI-powered recommendations
Analysis is performed server-side. We fetch the target URL from our servers, not your browser. This means the target website sees our server IP, not yours.
Analysis Request
You submit a URL for analysis. The request is processed in real-time.
Processing
Our analysis engine fetches and analyzes the URL. No data is stored at this stage.
Results Generated
Analysis results are returned to your browser. A unique ULID identifies each analysis.
Optional Save
You can choose to save results for historical tracking. Only saved analyses are stored.
Deletion Available
Saved analyses can be deleted at any time via the API or UI.
Every analysis receives a Universally Unique Lexicographically Sortable Identifier (ULID). This is a 26-character string like 01ARZ3NDEKTSV4RRFFQ69G5FAV that encodes both a timestamp and random bits.
These identifiers are:
- Effectively unique - The probability of collision is astronomically small
- Temporally ordered - Analyses can be sorted by creation time without a database query
- Opaque - The ID reveals nothing about the analysis content or who created it
- Portable - The same ID works across all services in the Platphorm News Network
POST /api/v1/analyzeRun a new analysis
GET /api/v1/results/[id]Retrieve a saved analysis
DELETE /api/v1/results/[id]Delete your analysis permanently
GET /api/v1/historyList your analysis history
Full API documentation is available at /docs
Data-related questions: privacy@platphormnews.com
Technical questions: hello@platphormnews.com