- GET START
- OpenAI Compatiable Endpoint
- Audio
- Anthropic Compatiable Endpoint
- Music Generation Endpoint
- Image Generation Endpoint
- Video Generation Ednpoint
- runway(video)
- PIKA(video)
- luma (video)
- kling (video)
- MiniMax Conch(video)
- Software Integration Guide
- cometapi Site API Call Testing
- OpenManus
- Chatbox
- CherryStudio
- Cursor
- ChatHub
- cline
- dify
- gptme
- Immersive Translation
- Lobe-Chat
- Zotero
- LangChain
- AnythingLLM
- Eudic Translation
- OpenAI Translator
- ChatAll Translation
- Pot Translation
- GPT Academic Optimization (gpt_academic)
- NEXT CHAT (ChatGPT Next Web)
- Obsidian's Text Generator Plugin
- Open WebUI
- avante.nvim
- librechat
- Lazy Customer Service
- utools-ChatGPT Friend
- IntelliJ Translation Plugin
- n8n
pika feed
Testing
POST
https://api.cometapi.com/pika/feed
Maintainer:Not configured
Request
Header Params
Authorization
string
optional
Example:
Bearer {{api-key}}
Content-Type
string
optional
Example:
application/json
Body Params application/json
task_id
string
required
Example
{
"task_id": "b6951371-f2b1-cd77-b4a8-903a40414947"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.cometapi.com/pika/feed' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "b6951371-f2b1-cd77-b4a8-903a40414947"
}'
Responses
🟢200OK
application/json
Body
code
integer
optional
msg
string
optional
data
object
optional
task_id
string
optional
state
string
optional
status
string
optional
prompt
string
optional
prompt_en
null
optional
video_url
string
optional
poster
string
optional
last_frame
null
optional
msg
null
optional
point
string
optional
refund
string
optional
create_time
string
optional
update_time
string
optional
exec_time
integer
optional
Example
{
"code": 200,
"msg": "成功",
"data": {
"task_id": "64d8d683-56c2-533b-c7c8-b78f1faa3438",
"state": "succeeded",
"status": "3",
"prompt": "customize your prompt here",
"prompt_en": null,
"video_url": "https://pikacdn.deerapi.com/v1/1e59ceff-dc5e-4fef-a9c0-50dcb6de0694/customize_your_prompt_here_seed144124.mp4",
"poster": "https://pikacdn.deerapi.com/v1/1e59ceff-dc5e-4fef-a9c0-50dcb6de0694/poster.jpg",
"last_frame": null,
"msg": null,
"point": "400",
"refund": "0",
"create_time": "1741587817",
"update_time": "1741588049"
},
"exec_time": 0
}