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/$%7Burl%7D?q=api&page=49&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 12948 results for "api"(921ms)

myApi1 file match

@markng•Updated 1 year ago

myApi1 file match

@sa1L•Updated 1 year ago

myApi1 file match

@max•Updated 1 year ago

myApi1 file match

@phl•Updated 1 year ago

myApi1 file match

@daveliepmann•Updated 1 year ago

api5001 file match

@matthamlin•Updated 1 year ago

api4001 file match

@matthamlin•Updated 1 year ago

myApi1 file match

@jfix•Updated 1 year ago

myApi1 file match

@sander•Updated 1 year ago

myApi1 file match

@pmenze•Updated 1 year ago

simple-agenttools.tsx4 matches

@abrinz•Updated 1 hour ago
90 }),
91 execute: async ({ query }) => {
92 const apiKey = Deno.env.get("EXA_API_KEY");
93 const exa = new Exa(apiKey);
94 const result = await exa.searchAndContents(query, {
95 text: true,
113 }),
114 execute: async ({ url }) => {
115 const apiKey = Deno.env.get("EXA_API_KEY");
116 const exa = new Exa(apiKey);
117 const result = await exa.getContents([url], { text: true });
118 return {

AbercrombieSaleREADME.md2 matches

@ryanwashburne•Updated 1 hour ago
332. The email will be sent to the email address associated with your Val Town account.
34
353. Make sure you have set up your OpenAI API key in Val Town environment variables.
36
37## Customization
47
48If the AI analysis isn't working:
49- Verify your OpenAI API key is correctly set in Val Town
50- Check if you have sufficient credits in your OpenAI account
51- Review the logs to see the AI's response and reasoning
mux
Your friendly, neighborhood video API.
api