API keys
Create API keys in the dashboard. Use them for:POST /image/generatePOST /image/uploadGET /tasks/:id
Spending limits
API keys support optional spending limits. The dashboard supports these periods:dayweekmonth
Public Access Tokens
Mynth can also return a task-scoped Public Access Token in the generate response:GET /tasks/:id/statusGET /tasks/:id/results
Concurrency
Mynth does not impose API concurrency limits. If your application needs to create several tasks at once, you can issue requests in parallel and manage the coordination on your side.Owner-only task access
GET /tasks/:id is owner-only. It requires the original account’s API key and returns the full task object.