# SpeedVitals Docs ## Docs - [Check credits](https://developers.speedvitals.com/api-reference/account/check-credits.md): Fetch lighthouse and ttfb credits available in account - [Get a device](https://developers.speedvitals.com/api-reference/devices/get-a-device.md): Retrieves a device info - [List all devices](https://developers.speedvitals.com/api-reference/devices/list-all-devices.md): Returns a list of SpeedVitals supported devices - [Retrieve a lighthouse batch report](https://developers.speedvitals.com/api-reference/lighthouse-batch-tests/retrieve-a-lighthouse-batch-report.md): Retrieves the report of lighthouse test. Supply the unique test ID from either a lighthouse test creation request or the lighthouse tests list, and SpeedVitals will return the corresponding test information. - [Run a lighthouse batch test](https://developers.speedvitals.com/api-reference/lighthouse-batch-tests/run-a-lighthouse-batch-test.md): Runs a new lighthouse batch test. - [Get a report resource](https://developers.speedvitals.com/api-reference/lighthouse-tests/get-a-report-resource.md): Retrieves the resource of lighthouse report. Supply the unique test ID from either a lighthouse test creation request or the lighthouse tests list along with resource name to get that resource. - [List all lighthouse reports](https://developers.speedvitals.com/api-reference/lighthouse-tests/list-all-lighthouse-reports.md): Returns a list of your lighthouse tests. The tests are returned sorted by creation date, with the most recently created test appearing first. - [Retrieve a lighthouse report](https://developers.speedvitals.com/api-reference/lighthouse-tests/retrieve-a-lighthouse-report.md): Retrieves the report of lighthouse test. Supply the unique test ID from either a lighthouse test creation request or the lighthouse tests list, and SpeedVitals will return the corresponding test information. - [Run a lighthouse test](https://developers.speedvitals.com/api-reference/lighthouse-tests/run-a-lighthouse-test.md): Runs a new lighthouse test. - [Get a location](https://developers.speedvitals.com/api-reference/locations/get-a-location.md): Retrieves a location info - [List all locations](https://developers.speedvitals.com/api-reference/locations/list-all-locations.md): Returns a list of SpeedVitals supported locations - [Check API status](https://developers.speedvitals.com/api-reference/ping/check-api-status.md): Responds a pong if the API is up and running. - [Get a TTFB region](https://developers.speedvitals.com/api-reference/ttfb-regions/get-a-ttfb-region.md): Retrieves a TTFB region info - [List all TTFB regions](https://developers.speedvitals.com/api-reference/ttfb-regions/list-all-ttfb-regions.md): Returns a list of SpeedVitals supported regions for TTFB test - [Run a TTFB test](https://developers.speedvitals.com/api-reference/ttfb-tests/run-a-ttfb-test.md): Runs a new TTFB test for a region. - [Authentication](https://developers.speedvitals.com/authentication.md) - [Errors](https://developers.speedvitals.com/errors.md) - [Rate Limits](https://developers.speedvitals.com/rate-limits.md) ## OpenAPI Specs - [openapi](https://developers.speedvitals.com/api-reference/openapi.json) ## Optional - [Documentation](https://docs.speedvitals.com/) - [Blog](https://speedvitals.com/blog/)