10.7 GET /search?q=<query> — full-text search
- Min query length: 3 chars (else 422)
- Language-locked: searches only translations matching
?lang= - Powered by Postgres FTS (
post_translations.search_vector) - AI/semantic search NOT in V1 scope
Example request:
curl -H "Authorization: Bearer zk_YOUR_KEY" \
"https://zippfeed.com/api/v1/developer/search?q=ethereum+etf&lang=tr-TR&limit=20"
Response: identical to GET /posts list (lean shape + cursor).
No relevance score field; results are ranked.