Consulta el estado de la API en tiempo real → status.locatebyteli.com
curl --request POST \
--url https://api.locatebyteli.com/devices/share \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"devices": [
"<string>"
],
"ttl": 123
}
'{
"id": "550e8400-e29b-41d4-a716-446655440000",
"token": "a1b2c3d4e5f6",
"devices": ["770e8400-e29b-41d4-a716-446655440000", "880e8400-e29b-41d4-a716-446655440000"],
"expires_at": "2026-03-18T11:00:00Z",
"original_url": "https://app.locatebyteli.com/share?token=eyJhbGciOiJIUzI1NiJ9...",
"short_url": "https://locate.link/abc123"
}
Crea un nuevo enlace de compartición para uno o más dispositivos
curl --request POST \
--url https://api.locatebyteli.com/devices/share \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"devices": [
"<string>"
],
"ttl": 123
}
'{
"id": "550e8400-e29b-41d4-a716-446655440000",
"token": "a1b2c3d4e5f6",
"devices": ["770e8400-e29b-41d4-a716-446655440000", "880e8400-e29b-41d4-a716-446655440000"],
"expires_at": "2026-03-18T11:00:00Z",
"original_url": "https://app.locatebyteli.com/share?token=eyJhbGciOiJIUzI1NiJ9...",
"short_url": "https://locate.link/abc123"
}
Documentation Index
Fetch the complete documentation index at: https://locatebyteli.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer lbt_•••now + ttl segundos.{
"id": "550e8400-e29b-41d4-a716-446655440000",
"token": "a1b2c3d4e5f6",
"devices": ["770e8400-e29b-41d4-a716-446655440000", "880e8400-e29b-41d4-a716-446655440000"],
"expires_at": "2026-03-18T11:00:00Z",
"original_url": "https://app.locatebyteli.com/share?token=eyJhbGciOiJIUzI1NiJ9...",
"short_url": "https://locate.link/abc123"
}
| Código | Descripción |
|---|---|
400 | Parámetros inválidos |
404 | Dispositivo no encontrado o sin acceso |
500 | Error interno |