curl --request POST \
--url https://api.devkit4ai.com/api/v1/auth/refresh \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{
"access_token": "<string>",
"token_type": "<string>",
"refresh_token": "<string>"
}curl --request POST \
--url https://api.devkit4ai.com/api/v1/auth/refresh \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{
"access_token": "<string>",
"token_type": "<string>",
"refresh_token": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.