> ## Documentation Index
> Fetch the complete documentation index at: https://seekeasy.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# More Information

> search accuracy, and errors

## Search Accuracy

When using `place_name` search:

1. **Always provide coordinates** — improves match accuracy
2. **Verify results** — correctness is not guaranteed
3. **Check address** — verify the returned place

***

## Media URLs

Media URLs are **signed and expire after 1 hour**. Download within the expiration window.

***

## Error Responses

| Code | Description     |
| ---- | --------------- |
| 200  | Success         |
| 400  | Bad Request     |
| 403  | Invalid API key |
| 404  | Place not found |
| 500  | Server Error    |

```json theme={null}
{
  "detail": "Error description"
}
```
