22* Bullet
23* Computer
24* Rapid
25* Top Rated
26* Blitz
1Migrated from folder: Onboarding/myApi
1Moved to [@std.emailAPI](/std.emailAPI).
2
3Migrated from folder: Archive/emailAPI
3
4
5This image is generated by the Val below and exposed to the internet with the [Web API](https://docs.val.town/api/web).
1# Augmented run api
2
3This val is a wrapper on top of the val.town run api, improving it with additional features:
4
5- basic auth
38### Passing arguments
39
40The request is proxyed to the run api, so you can pass args to your vals via query params or body. See the [run api docs](https://docs.val.town/api/run) for more details.
41
42```console
1Migrated from folder: api/notems
3<https://yieldray-serve_router.web.val.run/user/ray>
4<https://yieldray-serve_router.web.val.run/headers>
5<https://yieldray-serve_router.web.val.run/api>
6<https://yieldray-serve_router.web.val.run/api/one>
7
8Migrated from folder: examples/serve_router
1# [Debug ValTown's Web API](https://yieldray-web.web.val.run)
2
3Migrated from folder: Archive/web
1This example shows how to get the query parameters out of a request with the Web API. Check out the [searchParams](https://developer.mozilla.org/en-US/docs/Web/API/URL/searchParams) object for more ways to handle query parameters.
2
3Migrated from folder: Web_API/urlQueryStringExample
1# itty-router
2
3This is an example of using the Val Town [Web API](https://docs.val.town/api/web) to integrate with [itty-router](https://github.com/kwhitley/itty-router).
4
5### Server examples
10- [Nhttp](https://www.val.town/v/tmcw.nhttpExample)
11
12Migrated from folder: Web_API/ittyRouterExample