Connect Custom API
to Your Game Development Workflow
Integrate Oplix with any custom application using our RESTful API. Once integrated, you can submit bug reports, customize field mappings, and manage your bug tracking workflow programmatically - giving you complete control over your integration.
See Custom API Integration
In Action
Watch how Oplix transforms your Custom API feedback into organized, actionable insights.
{
"appId": "YOUR_APP_ID",
"formData": {
"fields": [
{
"question": "What is your issue?",
"response": "Game crashes randomly after level 5",
"exclude": false
},
{
"question": "Email",
"response": "player@example.com",
"exclude": true
}
]
},
"device": {
"os_system": "Windows 11",
"cpu": "Intel Core i9",
"graphics_device_name": "NVIDIA RTX 4090",
"ram": "32GB"
},
"gameInfo": {
"quality_level": "Ultra",
"resolution": "3840x2160",
"fps": "120",
"game_version": "1.2.3"
},
"templateType": "Bug Report"
} {
"message": "Form submitted successfully",
"submissionId": "c65b1ea0-362d-471a-b6e7-c8f853f160ea",
"timestamp": "2024-01-15T10:30:45Z",
"status": "processed"
} What You Get
Powerful features that transform your Custom API experience
RESTful API with JSON payloads
Authentication via JWT + Enterprise OAuth 2.0
Cross-platform compatibility with any game engine
Custom field mapping for game-specific data
Rate limiting and usage monitoring
Comprehensive API documentation with code examples
Native Game Integration
Built for Game Developers
Get your Custom API integration running in about 2 hours. Full REST API with comprehensive documentation and code examples in multiple languages.
What You'll Need
Generate API Key
2 minutesCreate a new API key from your Oplix dashboard settings
Configure Authentication
5 minutesAdd your API key to request headers for authentication
Build a Form in Web App
30 minutesCreate custom feedback forms using our drag-and-drop form builder
Implement Bug Submission
1 hourUse our API endpoints to submit bug reports from your game
Free to start • No credit card required
Frequently Asked
Questions
Everything you need to know about integrating Custom API with Oplix.
Our REST API works with any platform or game engine that supports HTTP requests. This includes Unity, Unreal Engine, Godot, custom engines, web games, mobile apps, and any other application that can make HTTP calls. We provide code examples for popular game engines and platforms.
Authentication is done using API keys passed in the Authorization header as a Bearer token. You can generate and manage API keys from your Oplix dashboard. Each key can be scoped to specific permissions and environments (production/development).
For public games, we implement IP-based rate limiting to prevent abuse and ensure fair usage across all players. This protects your game from spam while allowing legitimate bug reports to come through. Rate limits are designed to be generous for normal gameplay scenarios.
Yes! You can include screenshots, save states, and other game files either as base64-encoded data in the JSON payload or by uploading them separately and including the URL. This helps provide crucial context for debugging game issues.
Absolutely! While we have required fields (title, description, category), you can add custom fields for game-specific data like game engine, player info, GPU details, and any other metadata relevant to your game. Use field mapping in the dashboard to organize your game's specific data fields.
You can create a test application in your Oplix dashboard to test your integration. Note that test submissions will count against your quota, but this allows you to verify your integration works correctly before deploying to your live game.
Ready to get started
with Custom API?
Our team is here to help you set up your Custom API integration and get the most out of Oplix. We'll respond within 24 hours with personalized guidance.
Get Started Today
Fill out the form and we'll be in touch soon