TwinTune API
  • 🔊getting started
    • Requesting an API Key
  • 💻api endpoints
    • POST VC Inference
    • POST TTS Inference
    • GET VC Inference
    • GET TTS Inference
    • GET VC Models
  • 📖Types & Limits
    • List TTS Models
    • Inference Job
    • VC Model
    • Paginated Response
    • Pagination Meta
    • Rate Limits
  • 💡tips and recommendations
    • Build your Dataset
    • Audio Recording
Powered by GitBook
On this page
  1. Types & Limits

Pagination Meta

Meta properties on each paginated request.

Attributes

total: number

Total number of results.

perPage: number

Total number of entries per page.

currentPage: number

The current page of pagination.

lastPage: number

The last page of pagination.

firstPage: number

The first page of pagination.

firstPageUrl: string

Url to the first page of pagination.

lastPageUrl: string

Url to the last page of pagination.

nextPageUrl: string | null

Url to the next page of pagination.

previousPageUrl: string | null

Url to the previous page of pagination.

PreviousPaginated ResponseNextRate Limits

Last updated 1 year ago

📖