developer-api-saved-workspace.md
APIs.io API
A Pro dimension — per-user saved searches, lists, and net-new deltas. The same capability the MCP exposes as tools; turns apis.io from stateless lookup into a persistent research workspace. Requires an API key.
/me/searches
The saved searches owned by the authenticated key. Pro. Requires an API key.
200401402
Your saved searches.
/me/searches
Persist a named search using the same filter vocabulary as /search. Pro.
name
string · required
q
string
tags
string[]
band
string[]
industry
string[]
region
string[]
area
string[]
artifact_types
string[]
match
string · enum
Enum values: any
all
min_score
number
201401402
The created saved search (id, name, criteria).
DELETE https://apis.io/api/v1
/me/searches/{id}
Permanently removes the saved search and its delta cursor. Pro.
id
string · required
200402
Deleted.
/me/searches/{id}/results
Re-runs the stored criteria and returns providers that currently match. Pro.
id
string · required
limit
integer
200402
Current matching providers.
/me/searches/{id}/net_new
Providers that newly match your criteria since the previous call. Advances the delta cursor, so each call reports only the change. The first call establishes the baseline (net-new empty). The agent-native version of the demand report. Pro.
id
string · required
200402
Net-new matches + advanced cursor.
/me/lists
200401402
Your lists.
/me/lists
Creates a shortlist/stack you own; seed it with provider slugs and/or aids. Pro.
name
string · required
members
string[]
Provider slugs and/or aids.
201402
The created list.
/me/lists/{id}
Returns the list with each member resolved to its current profile and rating. Pro.
id
string · required
200402
The list with resolved members.
DELETE https://apis.io/api/v1
/me/lists/{id}
Permanently removes the list. Pro.
id
string · required
200402
Deleted.
/me/lists/{id}/entries
Appends providers/APIs (by slug or aid) to the list, de-duplicated. Pro.
id
string · required
members
string[] · required
200402
Updated list (count + added).