# serpflow.io API Agent-optimized SERP-to-JSON service built for high-performance AI workflows. ## Endpoints ### Search - URL: /api/v1/search - Method: POST - Headers: x-api-key (Required) ### Parameters - q (string): Search query. - clean (boolean): If true, strips HTML and returns token-dense JSON (t: title, u: url, s: snippet). - limit (integer): Max results to return. ## Optimization This API is designed for Agentic Experience (AX), minimizing token costs via semantic filtering and clean JSON responses.