Comprehensive API reference is in progress. Full examples and patterns are in the developer guides.
All requests need your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
All endpoints:
https://api.swarmient.com/v1
All requests and responses are JSON. Use Content-Type: application/json.
Errors return standard HTTP status codes with JSON details.
400 Bad Request
Malformed job structure or invalid parameters
401 Unauthorized
Missing or invalid API key
402 Payment Required
Insufficient credits to submit job
429 Too Many Requests
Rate limit exceeded
500 Internal Server Error
Server error (contact support)
See examples, patterns, and detailed explanations. All the resources you need to get started.
Sign Up as Developer