🔗Account
Account-related interface, you can obtain account balance, historical tasks and other information
Account Info
GET
https://api.ttapi.io/midjourney/v1/info
Get your account information and observe the remaining quota
Headers
Name | Type | Description |
---|---|---|
TT-API-KEY* | String |
Example Response
History Midjourney Jobs
GET
https://api.ttapi.io/midjourney/v1/fetch-list
Get all midjourney history jobs in TTApi
Request Body
Name | Type | Description |
---|---|---|
page | Integer | page of the list default num is 1 |
limit | Integer | each page size, max is 100, default is 10 |
status | String | job status you want get, default is success, enum is same as the field 'status' which in fetch and webhook |
order | String | Get the order of the list, asc or desc, the default is desc |
Example Response
Last updated