Folders
Create a folder
POST https://u2l.ai/api/v1/folders
Authorizations
Authorizationstringrequired
Bearer authentication header of the form Bearer <token>, where <token> is your U2L API key (u2l_live_...). Create one in the dashboard under Settings > API.
Body
namestringrequired
Folder name.
Response 201
idstring
namestring
linksCountinteger
createdAtstring
Errors
401 Missing or invalid API key.
422 The request body failed validation.
429 Rate limit exceeded. Check X-RateLimit-Reset for when the window resets.
See Rate Limits & Errors for the error envelope and per-plan limits.