Documentation

Complete developer documentation and API reference for ToolGenX platform

Quick Start

1. Get Your API Key

curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.toolgenx.com/v1/links

Sign up for a free account to get your API key and start building.

2. Create Your First Link

POST /v1/links
{
  "url": "https://example.com",
  "alias": "my-link"
}

Create shortened URLs programmatically with our REST API.

URL Shortener API

Create, manage, and track short URLs with full analytics

POST /v1/links
GET /v1/links
DELETE /v1/links/:id

Bio Builder API

Build and customize bio pages programmatically

POST /v1/bio
PUT /v1/bio/:id
GET /v1/bio/:username

QR Code API

Generate custom QR codes with styling options

POST /v1/qr
GET /v1/qr/:id
PUT /v1/qr/:id

Getting Started

1

Authentication

Learn how to authenticate with our API

2

Making Requests

Understanding request/response formats

3

Error Handling

Common errors and how to handle them

4

Rate Limiting

API limits and best practices

5

Webhooks

Set up real-time notifications

Resources

SDKs & Libraries

Official SDKs for popular languages

Postman Collection

Ready-to-use API collection

OpenAPI Spec

Complete API specification

Code Examples

Sample code and tutorials

Community Forum

Get help from developers

API Reference

Links

Complete API reference for links

Analytics

Complete API reference for analytics

Bio Pages

Complete API reference for bio pages

QR Codes

Complete API reference for qr codes

Templates

Complete API reference for templates

Email Signatures

Complete API reference for email signatures

Domains

Complete API reference for domains

Webhooks

Complete API reference for webhooks

Users

Complete API reference for users

Need Help?

Our developer support team is here to help you integrate ToolGenX