Skip to main content
POST
Create function

Authorizations

Authorization
string
header
required

Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.

Headers

x-team-id
string | null

Body

multipart/form-data
file
string
required

Response

Success

Response model for a Python function, including code and user info.

id
string
required
version
integer
required
name
string
required
description
string
required
active
boolean
required
code
string
required
user_id
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
Last modified on June 30, 2026