/
PR
proofdraw
/
ProofDraw API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 6d ago · Updated 2w ago
View markdown
proofdraw
ProofDraw API
put
Create or replace the account's business profile
latest
OpenAPI 3.0.3
2026-08-10
16
12
40.1 KB
5d4ce7cb355d
Account
3
get
Current account, usage, and limits
patch
Update name, email, or password
put
Create or replace the account's business profile
Auth
2
Draws
8
System
1
Verification
2
Account
Create or replace the account's business profile
put
/v1/me/profile
Request body
Profile
required
company_name
string
nullable
website
string
nullable
description
string
nullable
contact_name
string
nullable
contact_email
string
nullable
contact_phone
string
nullable
address_line1
string
nullable
address_line2
string
nullable
city
string
nullable
region
string
nullable
postal_code
string
nullable
country
string
nullable
ISO 3166-1 alpha-2
Response
Profile saved.
object
required
success
boolean
message
string
data
object
Example response
{ "success": true }