Skip to main content
GET
/
thread
/
threads
获取线程列表
curl --request GET \
  --url https://api.kira.art/thread/threads \
  --header 'Authorization: Bearer <token>'
{
  "threads": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "title": "<string>",
      "resourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "thumbImageUrl": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT Token

Response

200 - application/json

线程列表

threads
object[]