For the complete documentation index, see llms.txt. This page is also available as Markdown.

Project find

Look up projects

Resolve a list of project names or slugs to their canonical Sumble projects. Pass a projects array (1–1000 entries) and receive one entry in results for every input, in the same order you supplied them.

Each result pairs your original input with the matched project, or null when nothing matches — so the response always lines up one-to-one with your request. Use a matched project's canonical slug as the identifier for other API endpoints.

The response also returns matched_count, the number of inputs that resolved to a project.

Use this endpoint when you already have a set of project names or slugs — for example, from a spreadsheet or a prior call — and need stable, canonical identifiers to pass into follow-up requests.

Credit cost

1 credit per 100 matched projects. Unmatched inputs do not consume credits.

Look up projects by name

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
projectsstring[] · min: 1 · max: 1000Required

List of project names or slugs to look up

Responses
200

Successful Response

application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
matched_countintegerRequired
post/v9/projects/lookup

Last updated