Opensolr Data Ingestion API - Quick Start Guide The Data Ingestion API allows you to push documents directly to your Opensolr index. Endpoint: POST https://api.opensolr.com/solr_manager/api/ingest Authentication: email + api_key as POST parameters Documents: JSON array in the 'documents' parameter Required fields per document: - id: Unique document ID (MD5 of URL recommended) - uri: Full URL of the document - title: Document title - text: Full text content Optional fields: - description: Short description (max 500 chars) - og_image: Thumbnail URL - price_f: Product price (float) - currency_s: Currency code (e.g. USD) - meta_*: Custom metadata fields For binary documents (PDF, DOCX), set rtf:true and the API will extract text automatically.