Storylinez LogoStorylinez

Documentation

User API

/user

Manage user profiles, subscriptions, storage usage, and developer access within organizations.

Endpoint Base

https://api.storylinez.com/user

All endpoints in this section are relative to this base path. Use this prefix for all requests to the User API.

User Profile

Retrieve user profile information from the authentication provider (Clerk).

GET

Get Current User Profile

/me
GET

Get Other User Profile

/user/{user_id}
POST

Get Multiple Users (Batch)

/users/batch

Storage Management

Monitor storage usage for individual users and entire organizations.

GET

Get User Storage Usage

/storage
GET

Get Organization Storage Usage

/org/storage

Subscription Management

Monitor subscription details, usage limits (projects, storage, content processing), and billing periods for the user within an organization.

GET

Get Subscription Details

/subscription
GET

Get Project Usage

/projects/usage
GET

Get Extra Projects Information

/projects/extras

Developer Access

Check the developer API access status for the authenticated user.

GET

Get Developer Access Status

/developer-status