Documentation

Complete API documentation and usage guides

API Overview

DarkGPT provides a powerful API for cybersecurity operations. The API is designed for penetration testing, vulnerability assessment, exploit development, and security research tasks.

Authentication

All API requests require authentication using your license key. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Endpoints

POST /api/chat

Send a message to DarkGPT AI. The AI is trained for cybersecurity tasks including penetration testing, vulnerability analysis, and exploit development.

{
  "message": "Analyze this vulnerability...",
  "context": "optional context"
}

POST /api/scan

Request a security scan or vulnerability assessment.

POST /api/exploit

Generate or analyze exploit code for security research purposes.

Rate Limits

Free tier: 10 requests per hour
Pro tier: Unlimited requests

Security Notice

DarkGPT is designed for authorized security testing and research only. Users are responsible for ensuring they have proper authorization before using these tools. Unauthorized access to computer systems is illegal.

Back to Chat