Skip to main content
Find similar speakers
curl --request GET \
  --url https://api.example.com/speakers/similar
[
  {
    "id": 123,
    "name": "<string>",
    "metadata": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

speaker_id
integer
limit
integer

Response

200 - application/json

OK

id
integer
required
name
string
required
metadata
string
required