Tutorial Intro
Let's discover Cobbling AI in less than 5 minutes.
Getting Started
Get started by creating a new project.
Or try Cobbling AI immediately with playground.
Generate a new API key
Generate a new Cobbling AI project api key.
Create a request
Use curl as an example:
curl --location 'https://api.advanced.cobbling.ai/v1/ocr' \
--header 'Authorization: Bearer <API Key>' \
--form 'file=@"<image>"'
The API Key is the genereated at last step
The image is the image you want to process