Back to home

Documentation

Learn how to use Jeterio Research to extract and organize data

Getting Started

Welcome to Jeterio Research! This guide will help you get started with extracting and organizing your research data.

Quick Start

  1. 1. Create a Jeterio account
  2. 2. Create your first project
  3. 3. Paste content or add a URL
  4. 4. Click Extract to get started

API Reference

Use Jeterio's REST API to integrate extraction into your own applications.

Authentication

All API requests require an API key. Include it in the header:

Authorization: Bearer YOUR_API_KEY

Extraction Endpoint

POST /api/v1/extractions

{ "content": "Your content here", "project_id": "project-123", "extraction_type": "summary" }

Extraction Types

Jeterio supports multiple types of extractions for different research needs.

Summary

High-level overview of the content

Data

Specific facts, figures, and data points

Insight

Key insights and implications

Reference

Citations and references

Best Practices

Use descriptive project names to organize your research

Tag extractions consistently for better organization

Regularly review and star important extractions

Export collections for sharing with team members

Use the API for bulk operations and integrations