Create a short
Authorization
bearerAuth API key issued from /developers/api-keys in the Jellypod studio. Send as Authorization: Bearer <key>.
In: header
Header Parameters
Required stable key for one logical generation command. Reuse it when the HTTP response is lost.
^[\x21-\x7e]+$1 <= length <= 255Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://api.jellypod.com/v1/shorts" \ -H "idempotency-key: string" \ -H "Content-Type: application/json" \ -d '{ "prompt": "string" }'{
"data": {
"created_at": "string",
"error": "string",
"generation_id": "string",
"host_id": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"object": "short",
"phase": "string",
"status": "idle",
"studio_url": "http://example.com",
"style_id": "string",
"target_duration_seconds": 0,
"title": "string",
"updated_at": "string"
}
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}Was this page helpful?