๐ What's Included
๐ Complete Authentication
- API key registration
- Usage tracking
- Account management
- Environment variables
๐ All Conversion Endpoints
- Markdown โ HTML
- JSON โ YAML
- CSV โ JSON
- HTML โ PDF
- PDF โ Text
- Text cleaning
๐ณ Billing & Plans
- Credit management
- Plan upgrades
- Usage monitoring
- Billing history
๐งช Testing & Examples
- Realistic sample data
- Automated response tests
- Error handling
- Performance monitoring
๐ How to Use
Quick Setup Guide
Download & Import
Download the collection JSON file and import it into Postman using the "Import" button.
Get Your API Key
Run the "Register for API Key" request with your email to get a free API key. Check your email for verification.
Set Environment Variables
Create a new environment and set your apiKey
variable. The baseUrl
is pre-configured for localhost.
Start Testing!
Click "Send" on any conversion request to see it work. All requests include realistic examples and automated tests.
๐ง Collection Features
๐ Automatic Testing
Every request includes automated tests that verify:
- โ Response status codes
- โ Response data structure
- โ Content validation
- โ Usage tracking headers
- โ Performance metrics
๐ Usage Monitoring
The collection automatically tracks your API usage and displays warnings when you're approaching your monthly limits:
๐ Environment Management
Easily switch between development and production environments:
- Development:
http://localhost:3000
- Production:
https://api.t3xtr.org
(coming soon)
๐ก Pro Tips
๐ Code Generation
Use Postman's code generation feature to automatically create client code in 20+ programming languages:
- Select any request in the collection
- Click the "Code" link in the right sidebar
- Choose your preferred language (JavaScript, Python, PHP, etc.)
- Copy the generated code into your application
๐ Sharing & Collaboration
Share the collection with your team:
- Export and share the JSON file
- Create a team workspace in Postman
- Use Postman's collaboration features
- Generate documentation from the collection
๐งช Custom Testing
Extend the collection with your own tests:
๐ Troubleshooting
โ Common Issues
- 401 Unauthorized: Check that your API key is set correctly in environment variables
- Email verification required: Check your email and click the verification link
- Rate limit exceeded: Wait for the rate limit window to reset or upgrade your plan
- Connection errors: Verify the baseUrl points to the correct server
๐ Support
Need help with the Postman Collection?
- ๐ง Email: support@t3xtr.org
- ๐ Documentation: API Documentation
- ๐ Getting Started: Quick Start Guide
Ready to start testing?
๐ฅ Download T3XTR Postman Collection