Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/?q=api&page=396&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=api

Returns an array of strings in format "username" or "username/projectName"

Found 4166 results for "api"(465ms)

cerebras_coderindex1 match

@zenkoder•Updated 2 months ago
211 } catch (error) {
212 Toastify({
213 text: "We may have hit our Cerebras Usage limits. Try again later or fork this and use your own API key.",
214 position: "center",
215 duration: 3000,

cerebras_codergenerate-code1 match

@zenkoder•Updated 2 months ago
16 };
17 } else {
18 const client = new Cerebras({ apiKey: Deno.env.get("CEREBRAS_API_KEY") });
19 const completion = await client.chat.completions.create({
20 messages: [

researchAgentemailHandler1 match

@charmainetest•Updated 2 months ago
33 );
34
35 const client = new OpenAI({ apiKey: process.env.PERPLEXITY_API_KEY, baseURL: "https://api.perplexity.ai" });
36 const response = await client.chat.completions.create({
37 model: "sonar",

researchAgentREADME.md1 match

@charmainetest•Updated 2 months ago
1# Research Agent over email
2
3This is a lightweight wrapper around Perplexity's web search API that you can interact with via email.

test_projectindex.ts1 match

@charmainetest•Updated 2 months ago
28 // the backend might have it as .ts or .tsx
29 // so let's try both
30 // Once we have the ProjectsAPI, we can search for this more directly
31 if (path.endsWith(".js")) {
32 try {

test_projectstyles.css1 match

@charmainetest•Updated 2 months ago
1/* Import a sleek, professional font (e.g. Open Sans, Roboto, Inter) */
2@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
3
4/* Base reset */

researchAgentREADME.md1 match

@charmaine•Updated 2 months ago
1# Research Agent over email
2
3This is a lightweight wrapper around Perplexity's web search API that you can interact with via email.

researchAgentemailHandler1 match

@charmaine•Updated 2 months ago
16 );
17
18 const client = new OpenAI({ apiKey: process.env.PERPLEXITY_API_KEY, baseURL: "https://api.perplexity.ai" });
19 const response = await client.chat.completions.create({
20 model: "sonar",

researchAgentREADME.md1 match

@thesephist•Updated 2 months ago
1# Research Agent over email
2
3This is a lightweight wrapper around Perplexity's web search API that you can interact with via email.

researchAgentemailHandler1 match

@thesephist•Updated 2 months ago
16 );
17
18 const client = new OpenAI({ apiKey: process.env.PERPLEXITY_API_KEY, baseURL: "https://api.perplexity.ai" });
19 const response = await client.chat.completions.create({
20 model: "sonar",

PassphraseAPI2 file matches

@wolf•Updated 11 hours ago

openapi2 file matches

@stevekrouse•Updated 2 days ago
artivilla
founder @outapint.io vibe coding on val.town. dm me to build custom vals: https://artivilla.com
fiberplane
Purveyors of Hono tooling, API Playground enthusiasts, and creators of 🪿 HONC 🪿 (https://honc.dev)