Documentação

Listar transcrições

GET
/transcriptions

Mais recentes primeiro. Use next_cursor em before para a próxima página.

Autorização

bearerAuth
AuthorizationBearer <token>

Em: header

Parâmetros na URL

limit?integer
Range1 <= value <= 100
Default20
before?string

Cursor devolvido em next_cursor.

Resposta

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/transcriptions"
{  "data": [    {      "id": "tr_8Hc2kQ9mZr4TpX1vLb7NwE",      "status": "completed",      "title": "reuniao-diretoria.m4a",      "created_at": "2026-09-13T14:02:11.000Z",      "duration_s": 312.4,      "cost_brl": 0.16    }  ],  "next_cursor": null}