Sign in

Search documents

documented

Search the document index (query, in, offset, limit, sort, etc.).

GET /search.jsonSearchno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://search.yumpu.com/2.0/search.json?q={{$query}}&in={{$in}}&offset={{$offset}}&limit={{$limit}}&return_fields={{$return_fields}}&sort={{$sort}}&language={{$language}}&pages={{$pages}}&views={{$views}}&create_date={{$create_date}}&category={{$category}}" \
  -X GET \
  -H "X-ACCESS-TOKEN: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"