Identity System & User Profiles
Cloudillo Profiles are located using a DNS-based identity system.
Each Cloudillo Identity is associated with a specific API endpoint, which
can be accessed via the “cl-o” subdomain of the identity.
For example, the API domain of the cloudillo.net identity is available at
https://cl-o.cloudillo.net/
.
Retrieving a Cloudillo Profile
You can retrieve a Cloudillo profile by making an API request to the
/api/me
endpoint of the identity’s API domain:
curl https://cl-o.cloudillo.net/api/me
Example response:
{
"idTag": "cloudillo.net",
"name": "Cloudillo",
"type": "community",
"profilePic": "QoEYeG8TJZ2HTGhVlrtTDBpvBGOp6gfGhq4QmD6Z46w",
"keys": [
{
"keyId": "20250205",
"publicKey": "MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAENSq6EZZ+xCypWNkm+0+MHIZfLX7I01wTT+SOw7DoOUOuDAWKMkhBVG+SUb9AzCxEOlmkefuEW5zmXNwmH2MphEQW/r18RDjd+Nt5nbemBsoQzsm2Wg/mUyWBsKYs1oe5"
}
]
}
Profile Fields Explained
- idTag: The Identity Tag associated with the profile.
- name: The display name of the profile.
- type: Either empty for a personal profile or contains “community” for community profiles.
- profilePic: The identifier for the profile picture, which can be retrieved via the storage API.
- keys: A list of cryptographic keys associated with the profile.
Profile Picture Retrieval
The profilePic field contains an identifier that allows retrieval of the profile’s profile picture using the Cloudillo Storage API. A request to retrieve the profile picture may look like this:
curl https://cl-o.nikita.cloudillo.net/api/store/NMzE4gNI29aEkiV6Q7I1UNWh4x2gFZ7753Pl74veYtU
Key Management & Future Enhancements
A profile supports multiple cryptographic keys, enabling periodic key rotation for enhanced security. Older keys can be deprecated while maintaining account integrity.
Future enhancements will introduce key usage declarations, allowing users to assign specific permissions to different keys. This will enable finer security control and multi-purpose authentication, such as signing different actions