API Documentation

API Overview

Quick Start
Get started with MailQuill API in minutes
1

Get API Key

Sign up and generate your API key from your profile page

2

Make Request

Send URLs to our extraction endpoint with your API key

3

Get Results

Receive extracted emails in JSON or CSV format

API Overview
MailQuill API provides powerful email extraction capabilities

Base URL

https://backend.agentworld.online/api/v1

Response Format

All API responses are in JSON format with the following structure:

{
  "success": true,
  "message": "Operation completed successfully",
  "data": {
    // Response data here
  },
  "timestamp": "2024-01-01T00:00:00.000Z"
}

Error Format

{
  "success": false,
  "message": "Error description",
  "timestamp": "2024-01-01T00:00:00.000Z"
}