API Reference
Getting Your API Key
- Log in to your Dashboard
- Go to Settings → API Keys
- Click "Create Key" and copy your API key
- Store it securely (environment variable recommended)
Endpoint
https://obfuscator.io/api/v1/obfuscateMethod
POST
Headers
Content-Type: application/jsonAuthorization: Bearer YOUR_API_TOKENQuery Parameters
versionoptional
- Obfuscator version to useSupported versions: 5.0.0-beta.0 through 5.0.0-beta.46. Defaults to latest (5.0.0-beta.46).
Response Format
The API uses NDJSON streaming (application/x-ndjson). Large results are automatically chunked in 1MB pieces for reliable delivery.
