Authorizations
Enter your API key with 'pk_' prefix (from https://prismai.sh/workspace)
Body
application/json
Registration credentials and method
Registration method to use.
Available options:
email
, oauth
, invitation
Full URL to the signup page of the target website
Example:
"https://github.com/join"
Invitation token (required when signup_method is 'invitation')
Example:
"inv_abc123xyz789"
Optional collection ID for organizing credentials
Example:
"col_abc123xyz789"
Response
Registration successful
Array of session cookies to be set in the browser
Array of allowed origins for the session
Reference ID for future refresh operations Stored credential ID for future refresh operations
Example:
"cred_abc123xyz789"
Session expiration timestamp
Example:
"2024-12-31T23:59:59Z"