Use case

A reputation people carry with them

The reliability someone earned on one platform should not stay locked there. They own a verified record and present it anywhere: a profile, a résumé, the next platform.

The problem

Reputation is trapped. A decade of on-time delivery on one marketplace counts for nothing on the next, and nothing at all on a résumé, so a professional restarts from zero, repeatedly, for a whole career.

A résumé is self-attested and a profile is self-edited: the claims most worth checking (did they deliver, on time, repeatedly) are exactly the ones no reader can verify.

And the platforms that hold the evidence have every incentive to keep it inside their walls, because portability is the thing that would let a worker leave.

The solution

How it works

Earned on one platform
verified outcomes
Owned as a credential
signed, portable
Presented anywhere
profile · résumé · next platform

Credda is where the record lives and is verified, never a place a worker is pulled into. Evidence comes from connected platforms like GitHub, GitLab and Upwork, and from outcomes a counterparty confirmed; a résumé or a professional profile is a place the credential is displayed, never a source Credda reads from.

The API calls involved

Every endpoint on this page is public and unauthenticated: the worker’s record verifies without anyone holding a key.

# A worker shares their record; anyone verifies it. No key, no account.
$ curl https://api.credda.io/api/v1/verify/THEIR_SHARE_TOKEN
{ "finalScore": 87, "scoreBand": "Excellent", "confidence": 0.92,
  "verifiedPlatforms": 2, "credential": "..." }

# Or entirely offline, from the signed export they carry:
$ credda verify their-export.json     # exit 0 valid, 2 invalid

Full request and response shapes are in the API reference.

Start building

Other use cases