Submission Modes and Status Codes Description
Modes and Pricing
Different modes have different generation speed and pricing. This site follows official default settings, where the default is Fast mode.
| Mode | Description | Speed | Price | Current Rate |
|---|---|---|---|---|
| Relax | Relaxed mode | Slow | Lower | $0.04 per request |
| Fast | Fast mode | Fast | Moderate | $0.09 per request |
| Turbo | Turbo mode | Fast | Expensive | $0.2 per request |
1. Set mode by token (highest priority)
This mode setting has the highest priority.
Go to API website -> Console -> Token Management page to edit token mode.
2. Set mode by URL parameter (secondary priority)
Note: To use this method, set the token mode to
Defaultfirst.
Then set the mode in the request URL:
| URL Parameter | Mode | Description |
|---|---|---|
| /mj/... | Default | Default maps to Fast |
| /mj-fast/mj/... | Fast | Fast mode |
| /mj-relax/mj/... | Relax | Relaxed mode |
| /mj-turbo/mj/... | Turbo | Turbo mode |
Service Status Codes
| Code | Description |
|---|---|
| 1 | Submission successful |
| 21 | Already exists |
| 22 | Queued |
| Others | Error |