# YoFacturo ## Docs - [Create API session token](https://docs.yofacturo.es/api-reference/auth/create-api-session-token.md): Authenticates using api_key and returns a session token valid for 24 hours. - [List invoices inside a batch](https://docs.yofacturo.es/api-reference/batch-invoices/list-invoices-inside-a-batch.md) - [Create invoice batch](https://docs.yofacturo.es/api-reference/invoice-batches/create-invoice-batch.md): Creates a batch and accepts up to 1000 invoices. Requires bearer auth and Idempotency-Key header (UUID). - [Get invoice batch by id](https://docs.yofacturo.es/api-reference/invoice-batches/get-invoice-batch-by-id.md) - [List invoice batches](https://docs.yofacturo.es/api-reference/invoice-batches/list-invoice-batches.md) - [Authentication](https://docs.yofacturo.es/api/authentication.md): How to authenticate against the YoFacturo API using API keys and session tokens. - [API Overview](https://docs.yofacturo.es/api/introduction.md): Base URL, versioning, response format, pagination, rate limiting, and error codes. - [Getting started](https://docs.yofacturo.es/getting-started.md): YoFacturo API and developer documentation. ## OpenAPI Specs - [openapi](https://docs.yofacturo.es/openapi.json)