Create a new job
POST/api/v1/jobs
Create and queue a new image or video generation job. Job priority is automatically set to 5 (medium priority) for all users.
Important: For file paths in job configurations, use relative paths starting with '/' (e.g., "/input/user123/file.jpg") that you get from file upload responses.
Request
Responses
- 201
- 400
- 401
- 402
- 500
Job created successfully
Invalid job configuration
Unauthorized
Insufficient tokens
Internal server error