Skip to main content
POST
Create Inference Job

Authorizations

Authorization
string
header
required

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

Body

application/json
priority
integer
default:0

Scheduling priority for the job, from 0 (lowest) to 100 (highest). Defaults to 0 and can't be changed after the job is created.

Required range: 0 <= x <= 100
job_ttl_seconds
integer | null

How long to keep the job, in seconds. Unfinished requests are cancelled when the job expires. Defaults to the service's retention period, and a longer value is rejected.

Required range: x > 0
output_ttl_seconds
integer | null

How long to keep each unacknowledged result after it's produced, in seconds. Defaults to the service's retention period, and a longer value is rejected.

Required range: x > 0

Response

Success

id
string
required
Last modified on September 24, 2026